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 # | |
Defined in Language.Hakaru.Maple Methods showsPrec :: Int -> MapleException -> ShowS # show :: MapleException -> String # showList :: [MapleException] -> ShowS # | |
Exception MapleException Source # | |
Defined in Language.Hakaru.Maple Methods toException :: MapleException -> SomeException # |