mirror of
https://github.com/GaloisInc/cryptol.git
synced 2024-12-15 18:52:13 +03:00
b6a83d7cb8
introduce nontrivial constraints. Fixes #290
3 lines
67 B
Plaintext
3 lines
67 B
Plaintext
minMax : {n, a} (fin n, Cmp a) => [n]a -> (a,a)
|
|
minMax [x] = (x,x)
|