| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
System.Console.Hawk.Runtime.Base
Description
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 #
Constructors
| HawkRuntime | |
Fields | |
Instances
| Eq HawkRuntime Source # | |
Defined in System.Console.Hawk.Runtime.Base | |
| Show HawkRuntime Source # | |
Defined in System.Console.Hawk.Runtime.Base Methods showsPrec :: Int -> HawkRuntime -> ShowS # show :: HawkRuntime -> String # showList :: [HawkRuntime] -> ShowS # | |