chez-grater-0.0.4: Parse and scrape recipe blogs
Safe HaskellNone
LanguageHaskell2010

Chez.Grater.Parser.Types

Documentation

newtype ParsedIngredientName Source #

Instances

Instances details
Eq ParsedIngredientName Source # 
Instance details

Defined in Chez.Grater.Parser.Types

Ord ParsedIngredientName Source # 
Instance details

Defined in Chez.Grater.Parser.Types

Show ParsedIngredientName Source # 
Instance details

Defined in Chez.Grater.Parser.Types

Generic ParsedIngredientName Source # 
Instance details

Defined in Chez.Grater.Parser.Types

Associated Types

type Rep ParsedIngredientName :: Type -> Type #

type Rep ParsedIngredientName Source # 
Instance details

Defined in Chez.Grater.Parser.Types

type Rep ParsedIngredientName = D1 ('MetaData "ParsedIngredientName" "Chez.Grater.Parser.Types" "chez-grater-0.0.4-inplace" 'True) (C1 ('MetaCons "ParsedIngredientName" 'PrefixI 'True) (S1 ('MetaSel ('Just "unParsedIngredientName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (CI Text))))

data ParsedUnit Source #

Constructors

ParsedUnit (CI Text)

Detected a unit.

ParsedUnitMissing

There was no detected unit.