Given a Syntax.TSepArray of facts provided by the user (which may include *
to indicate that hammer should read in the
full local context) removeHammerStar
returns the Syntax.TSepArray with *
removed and a boolean that indicates whether *
was included in the original input.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
A function to determine whether an error thrown by hammer
was generated by throwSimpPreprocessingError
Equations
- One or more equations did not get rendered due to their size.
Instances For
A function to determine whether an error thrown by hammer
was generated by throwTranslationError
Equations
- HammerCore.errorIsTranslationError e = do let eStr ← liftM e.toMessageData.toString pure ("hammer failed to preprocess facts for translation.".isPrefixOf eStr)
Instances For
A function to determine whether an error thrown by hammer
was generated by throwExternalSolverError
Equations
- One or more equations did not get rendered due to their size.
Instances For
A function to determine whether an error thrown by hammer
was generated by throwDuperError
Equations
- One or more equations did not get rendered due to their size.
Instances For
A function to determine whether an error thrown by hammer
was generated by throwProofFitError
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.