gEditor for Maybe is broken
The following code shows a tickbox but when I tick the box nothing happens and the javascript console says:
UNKNOWN CHILD 1 1 Array [ 1, "change", Object ]
UNKNOWN CHILD 2 1 Array [ 2, "change", Object ]
module test
module test
import iTasks
derive class iTask T1
:: T1 =
{ f1 :: Bool
, f2 :: Bool
}
Start w = startEngine t w
t :: Task (Maybe T1)
t = enterInformation () []