| Copyright | Copyright (c) 2016 the Hakaru team |
|---|---|
| License | BSD3 |
| Stability | experimental |
| Portability | GHC-only |
| Safe Haskell | None |
| Language | Haskell2010 |
Language.Hakaru.Maple
Description
Take strings from Maple and interpret them in Haskell (Hakaru), in a type-safe way.
Documentation
data MapleException Source #
Constructors
| MapleInterpreterException String String | |
| MapleInputTypeMismatch String String | |
| MapleUnknownCommand String |
Instances
sendToMaple :: ABT Term abt => MapleOptions (CommandType c i o) -> abt '[] i -> IO (abt '[] o) Source #