mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 20:28:02 +00:00
6 lines
167 B
Text
6 lines
167 B
Text
app "test" provides [main] to "./platform"
|
|
|
|
N := U8 implements [Eq]
|
|
|
|
main = Bool.is_eq (@N 15) (@N 23)
|
|
# ^^^^^^^^^^ N#Bool.is_eq(3): N, N -[[#N_is_eq(3)]]-> Bool
|