mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
4 lines
164 B
Text
4 lines
164 B
Text
app "test" provides [main] to "./platform"
|
|
|
|
main = Bool.is_eq Bool.true Bool.false
|
|
# ^^^^^^^^^^ Eq#Bool.is_eq(7): Bool, Bool -[[Bool.structural_eq(9)]]-> Bool
|