Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Plutarch.Integer
Contents
Documentation
Plutus BuiltinInteger
Instances
class PIntegral a where Source #
Minimal complete definition
Nothing
Methods
pdiv :: Term s (a :--> (a :--> a)) Source #
pmod :: Term s (a :--> (a :--> a)) Source #
Instances
Orphan instances
PConstantDecl Integer Source # | |
Methods pconstantToRepr :: Integer -> PConstantRepr Integer Source # pconstantFromRepr :: PConstantRepr Integer -> Maybe Integer Source # |