plutus-metatheory-0.1.0.0: Command line tool for running plutus core programs
Safe HaskellSafe-Inferred
LanguageHaskell2010

Certifier

Synopsis

Documentation

runCertifier ∷ Certifier a → IO (Either CertifierError a) Source #

mkCertifier Source #

Arguments

SimplifierTrace Name DefaultUni DefaultFun a

The trace produced by the simplification process

→ CertName

The name of the certificate to be produced

→ Certifier CertifierSuccess 

Run the Agda certifier on the simplification trace, if requested

prettyCertifierSuccess ∷ CertifierSuccess → String Source #