let x: int
let add: (int, int) => int

let y: float

external eval: string => unit = "js_core_eval"
