cryptol/tests/mono-binds/test06.cry
2017-09-15 16:38:03 -07:00

10 lines
108 B
Plaintext

module test06 where
test : {a} (Zero a) => a -> a
test a = bar
where
foo : a
foo = zero
bar = foo