graphix-package-gui 0.9.0

A dataflow language for UIs and network programming, GUI package
Documentation
1
2
3
4
let space = |
  #width: &Length = &`Shrink,
  #height: &Length = &`Shrink
| -> Widget `Space({ width, height })