Skip to content

Instantly share code, notes, and snippets.

View keirah's full-sized avatar

Keira Hodgkison keirah

View GitHub Profile
[@bs.module] external lab : Js.t({..}) = "./lab.json";
let x = lab##components;
let x2 = Belt.List.fromArray(x);
/* Js.log2("length using array length: ", Belt.Array.length(x)); */
Js.log2("length using list length: ", Belt.List.length(x2));
Js.log(x2);
@keirah
keirah / .block
Last active November 5, 2017 09:30
d3 Ex2
license: mit
@keirah
keirah / .block
Last active November 4, 2017 22:20
d3 Ex1 again
license: mit
@keirah
keirah / .block
Last active October 13, 2017 17:32
fresh block
license: mit