| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Unison.Blank
Documentation
Blank is just a dummy annotation.
Constructors
| Blank | just a dummy annotation |
| Recorded (Recorded loc) | indicates that we want to remember the variable's solution for some reason |
| Retain | indicates that we want to prefer keeping the variable in the context to better refine the above recorded solutions |
Instances
Constructors
| Placeholder loc String | |
| Resolve loc String | |
| MissingResultPlaceholder loc |
Instances
| Functor Recorded Source # | |||||
| Generic (Recorded loc) Source # | |||||
Defined in Unison.Blank Associated Types
| |||||
| Show loc => Show (Recorded loc) Source # | |||||
| Eq loc => Eq (Recorded loc) Source # | |||||
| Ord loc => Ord (Recorded loc) Source # | |||||
Defined in Unison.Blank | |||||
| type Rep (Recorded loc) Source # | |||||
Defined in Unison.Blank type Rep (Recorded loc) = D1 ('MetaData "Recorded" "Unison.Blank" "unison-core1-0.0.0-7C4HRERtMMPLlv1FW49L56" 'False) (C1 ('MetaCons "Placeholder" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 loc) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)) :+: (C1 ('MetaCons "Resolve" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 loc) :*: S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 String)) :+: C1 ('MetaCons "MissingResultPlaceholder" 'PrefixI 'False) (S1 ('MetaSel ('Nothing :: Maybe Symbol) 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 loc)))) | |||||