cryptol/tests/parser/docs.icry.stdout

31 lines
470 B
Plaintext

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.
Test that doc strings work on fixity declarations