Home
last modified time | relevance | path

Searched defs:KUnbounded (Results 1 – 3 of 3) sorted by relevance

/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Data/SBV/Tools/
H A DGenTest.hs144 KUnbounded -> let CInteger w = cvVal cv in shexI False True w function
252 KUnbounded -> let CInteger w = cvVal cv in shexI False True w function
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Data/SBV/Core/
H A DKind.hs57 | KUnbounded constructor
134 smtType KUnbounded = "Int" function
328 hasUninterpretedSorts KUnbounded = False function
386 needsFlattening KUnbounded = False function
H A DConcrete.hs451 mkConstCV KUnbounded a = normCV $ CV KUnbounded (CInteger (toInteger a)) function