cryptol/tests/issues/issue731.icry.stdout
2020-05-18 17:17:58 -07:00

15 lines
308 B
Plaintext

Loading module Cryptol
Loading module Cryptol
Loading module Main
Constraint Synonyms
===================
Public
------
type constraint (<=>) i j = (i <= j, i >= j)
type constraint Both p q = (p, q)
type constraint Fin2 i j = Both (fin i) (fin j)
type constraint T n = (fin n, n >= 1)