Package mepk.builtin


package mepk.builtin
This package implements extensions on top of the mepk.kernel. The main entry point is TrustedProof. The code was carefully designed to make sure that Proof.verify() always succeeds for a TrustedProof; but in case of doubt you can always verify() that.

This package also contains a set of parsers in MEPKParsers.

  • Class
    Description
    This exception indicates that a String could not be parsed to an Expression, a Statement, or a Set of Statements.
    Parsers for expressions, etc.
    A trusted proof is a Proof which is built on the trusted kernel.
    An internal version of a TrustedProof.
    A helper class for easily creating a Map<String,String>, which maps variable names to type expressions.
    A HashMap<String,String> mapping variables to type expressions.