Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
The part of a HawkSpec used at Runtime. The API may change at any time.
Due to a hint
limitation, this module is imported unqualified when
interpreting the user expression. This allows hint
to read and write the
type of the expression which it interprets without falling prey to module
scoping issues.
Documentation
data HawkRuntime Source #
Instances
Eq HawkRuntime Source # | |
Defined in System.Console.Hawk.Runtime.Base (==) :: HawkRuntime -> HawkRuntime -> Bool # (/=) :: HawkRuntime -> HawkRuntime -> Bool # | |
Show HawkRuntime Source # | |
Defined in System.Console.Hawk.Runtime.Base showsPrec :: Int -> HawkRuntime -> ShowS # show :: HawkRuntime -> String # showList :: [HawkRuntime] -> ShowS # |