mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-18 05:21:57 +03:00
29 lines
431 B
Plaintext
29 lines
431 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
|
||
|
|
||
|
Test that doc strings work on fixity declarations
|
||
|
|