oters 0.1.8

A Functional Reacitve Programming Language for writing GUI applications
Documentation
1
2
3
4
let leaky_map = fn f -> {
  let aux = fn (x << xs) -> (f x) << @(leaky_map f !@xs);
  aux
}