| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Language.Symantic.Lib.Bounded
Description
Symantic for Bounded.
Class Sym_Bounded
class Sym_Bounded term where Source #
Methods
minBound :: Bounded a => term a Source #
maxBound :: Bounded a => term a Source #
minBound :: Sym_Bounded (UnT term) => Trans term => Bounded a => term a Source #
maxBound :: Sym_Bounded (UnT term) => Trans term => Bounded a => term a Source #
Instances
| Sym_Bounded Eval Source # | |
| Sym_Bounded View Source # | |
| (Sym_Lambda term, Sym_Bounded term) => Sym_Bounded (BetaT term) Source # | |
| (Sym_Bounded r1, Sym_Bounded r2) => Sym_Bounded (Dup r1 r2) Source # | |
Types
Terms
Orphan instances
| ClassInstancesFor (* -> Constraint) Bounded Source # | |
| TypeInstancesFor (* -> Constraint) Bounded Source # | |
| NameTyOf (* -> Constraint) Bounded Source # | |
| FixityOf (* -> Constraint) Bounded Source # | |
| (Source src, SymInj (* -> Constraint) ss Bounded) => ModuleFor (* -> Constraint) src ss Bounded Source # | |
| Gram_Term_AtomsFor (* -> Constraint) src ss g Bounded Source # | |