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.
-
ClassDescriptionThis exception indicates that a String could not be parsed to an
Expression, aStatement, or aSetof Statements.Parsers for expressions, etc.A trusted proof is aProofwhich is built on the trusted kernel.An internal version of aTrustedProof.A helper class for easily creating aMap<String,String>, which maps variable names to type expressions.AHashMap<String,String>mapping variables to type expressions.