cryptol/tests/mono-binds/test06.cry

10 lines
109 B
Plaintext
Raw Normal View History

module test06 where
2017-09-16 00:05:27 +03:00
test : {a} (Logic a) => a -> a
test a = bar
where
foo : a
foo = zero
bar = foo