cryptol/tests/issues/issue133.icry
Brian Huffman 0352dca57a Add regression test for github issue #133.
Renamed old "issue133" to "trac133", indicating that it uses a different
numbering system.
2014-11-04 16:10:48 -08:00

4 lines
73 B
Plaintext

:load issue133.cry
:exhaust \x -> gcd 0 x == x
:prove \x -> gcd 0 x == x