Safe Haskell | None |
---|---|
Language | Haskell2010 |
GHC.Debugger.Runtime
Synopsis
- obtainTerm :: TermKey -> Debugger Term
- isBoringTy :: Type -> Bool
Documentation
isBoringTy :: Type -> Bool Source #
A boring type is one for which we don't care about the structure and would rather see "whole" when being inspected. Strings and literals are a good example, because it's more useful to see the string value than it is to see a linked list of characters where each has to be forced individually.