| Safe Haskell | Safe-Inferred | 
|---|---|
| Language | Haskell2010 | 
Bio.MAE.Type
Documentation
Constructors
| IntMaeValue Int | |
| RealMaeValue Float | |
| StringMaeValue Text | |
| BoolMaeValue Bool | |
| Absent | 
class FromMaeValue a where Source #
Minimal complete definition
Instances
| FromMaeValue Text Source # | |
Defined in Bio.MAE.Type  | |
| FromMaeValue Bool Source # | |
Defined in Bio.MAE.Type  | |
| FromMaeValue Char Source # | |
Defined in Bio.MAE.Type  | |
| FromMaeValue Float Source # | |
Defined in Bio.MAE.Type  | |
| FromMaeValue Int Source # | |
Defined in Bio.MAE.Type  | |