cryptol/tests/ffi/ffi-fallback-rec.cry
2023-08-24 14:32:39 -07:00

6 lines
71 B
Plaintext

foreign f : Bit -> Bit
f x = ~ g x
foreign g : Bit -> Bit
g x = ~ f x