roc/crates/cli/tests/test-projects/tui/platform/Program.roc
2024-10-09 20:04:36 +02:00

7 lines
121 B
Text

module [Program]
Program model : {
init : {} -> model,
update : model, Str -> model,
view : model -> Str,
}