kast 0.1.0

kast programming language
Documentation
1
2
3
4
5
6
7
8
9
module:

use std;

let HtmlElement :: type = builtin "HtmlElement";

let document = (
    getElementById: builtin "function(id) { return document.getElementById(id); }" :: string -> HtmlElement,
);