cryptol/tests/mono-binds/test06.cry

10 lines
108 B
Plaintext
Raw Normal View History

module test06 where
2017-09-16 02:38:03 +03:00
test : {a} (Zero a) => a -> a
test a = bar
where
foo : a
foo = zero
bar = foo