We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Shell :: * -> *
Transform :: * -> * -> *
Rewrite :: * -> *
Name :: *
Examples
display :: Shell ()
try :: Rewrite a -> Rewrite a
idR :: Rewrite a
rewrite :: Rewrite ? -> Shell ()
query :: Transformation ? b -> Shell b
Some functions directly use Shell:
Shell
HERMIT> display
Others need promotion functions:
HERMIT> rewrite (try idR)
Others need
HERMIT> query (...)
And other