Home
last modified time | relevance | path

Searched defs:intToZn (Results 1 – 2 of 2) sorted by relevance

/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/Backend/
H A DConcrete.hs305 intToZn _ 0 _ = evalPanic "intToZn" ["0 modulus not allowed"] function
306 intToZn _ m x = pure $! x `mod` m function
H A DSBV.hs311 intToZn _ _m a = pure a function