2014-12-16 04:48:25 +03:00
|
|
|
Loading module Cryptol
|
|
|
|
Loading module Cryptol
|
|
|
|
Loading module test06
|
|
|
|
module test06
|
|
|
|
import Cryptol
|
|
|
|
/* Not recursive */
|
|
|
|
test06::test : {a} a -> a
|
|
|
|
test06::test = \{a} (a : a) ->
|
2015-09-28 03:56:58 +03:00
|
|
|
test06::bar
|
2014-12-16 04:48:25 +03:00
|
|
|
where
|
|
|
|
/* Not recursive */
|
2015-09-28 03:56:58 +03:00
|
|
|
test06::foo : a
|
|
|
|
test06::foo = Cryptol::zero a
|
2014-12-16 04:48:25 +03:00
|
|
|
|
|
|
|
/* Not recursive */
|
2015-09-28 03:56:58 +03:00
|
|
|
test06::bar : a
|
|
|
|
test06::bar = test06::foo
|
2014-12-16 04:48:25 +03:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Loading module Cryptol
|
|
|
|
Loading module test06
|
|
|
|
module test06
|
|
|
|
import Cryptol
|
|
|
|
/* Not recursive */
|
|
|
|
test06::test : {a} a -> a
|
|
|
|
test06::test = \{a} (a : a) ->
|
2015-09-28 03:56:58 +03:00
|
|
|
test06::bar
|
2014-12-16 04:48:25 +03:00
|
|
|
where
|
|
|
|
/* Not recursive */
|
2015-09-28 03:56:58 +03:00
|
|
|
test06::foo : a
|
|
|
|
test06::foo = Cryptol::zero a
|
2014-12-16 04:48:25 +03:00
|
|
|
|
|
|
|
/* Not recursive */
|
2015-09-28 03:56:58 +03:00
|
|
|
test06::bar : a
|
|
|
|
test06::bar = test06::foo
|
2014-12-16 04:48:25 +03:00
|
|
|
|
|
|
|
|
|
|
|
|