cryptol/tests/parser/docs.icry.stdout

31 lines
470 B
Plaintext
Raw Normal View History

2015-06-11 07:32:38 +03:00
Loading module Cryptol
Loading module Cryptol
Loading module Main
test1 : Bit
Test that doc strings work on signatures
test2 : Bit
Test that doc strings work on value bindings
test3 : {a} a -> a
Test that doc strings work on function bindings
property test4 : Bit -> Bit
Test that doc strings work on property declarations
(++) : {a} a -> a -> a
Precedence 5, associates to the left.
2015-06-11 07:32:38 +03:00
Test that doc strings work on fixity declarations