mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-11-30 23:45:23 +03:00
31 lines
470 B
Plaintext
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
|
|
|