some naive UI for types.
Demo https://r.tiye.me/Memkits/garcinia-blocks/ .
TODO
Const:
{}
:tag :const
:def &PI
sum:
{}
:tag :sum
:def $ {}
:tag :bool
:values $ [] true false
set:
{}
:tag :set
:def $ {}
:tag :number
:values ?number
product:
{}
:tag :product
:def $ {}
:tag :a-and-b
:union $ {}
:a ?value
:b ?value
https://github.com/calcit-lang/respo-calcit-workflow
MIT