| Copyright | Copyright (c) 2017 the Hakaru team |
|---|---|
| License | BSD3 |
| Maintainer | wren@community.haskell.org |
| Stability | experimental |
| Portability | GHC-only |
| Safe Haskell | None |
| Language | Haskell2010 |
Language.Hakaru.Summary
Description
Take strings from Maple and interpret them in Haskell (Hakaru)
Documentation
data MapleException Source #
Constructors
| MapleInterpreterException String String |
Instances
| Show MapleException Source # | |
Methods showsPrec :: Int -> MapleException -> ShowS # show :: MapleException -> String # showList :: [MapleException] -> ShowS # | |
| Exception MapleException Source # | |
Methods toException :: MapleException -> SomeException # | |