roc/compiler/parse/tests/snapshots/pass/nested_def_annotation.module.roc
2021-11-14 18:36:54 -08:00

6 lines
116 B
Text

main =
wrappedNotEq : a, a -> Bool
wrappedNotEq = \num1, num2 ->
num1 != num2
wrappedNotEq 2 3