Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- mimicGHCi :: TCM () -> TCM ()
- namedMetaOf :: OutputConstraint Expr a -> a
- showGoals :: Goals -> TCM String
- showInfoError :: Info_Error -> TCM String
- explainWhyInScope :: MonadPretty m => WhyInScopeData -> m Doc
- prettyResponseContext :: InteractionId -> Bool -> [ResponseContextEntry] -> TCM Doc
- prettyTypeOfMeta :: Rewrite -> InteractionId -> TCM Doc
Documentation
namedMetaOf :: OutputConstraint Expr a -> a Source #
showInfoError :: Info_Error -> TCM String Source #
Serializing Info_Error
explainWhyInScope :: MonadPretty m => WhyInScopeData -> m Doc Source #
prettyResponseContext Source #
:: InteractionId | Context of this meta-variable. |
-> Bool | Print the elements in reverse order? |
-> [ResponseContextEntry] | |
-> TCM Doc |
Pretty-prints the context of the given meta-variable.
prettyTypeOfMeta :: Rewrite -> InteractionId -> TCM Doc Source #
Pretty-prints the type of the meta-variable.