Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
type DessertFlavours = ToTree '["strawberry", "chocolate", "vanilla", "blueberry", "raspberry", "apple", "almond", "cherry"] Source #
type DessertTypes = ToTree '["custard", "parfait", "souffle", "pancakes", "icecream", "tart", "pie", "cupcakes"] Source #
type FoodAdjectives = ToTree '["delicious", "rancid", "heavenly", "scrumptious", "delightful", "disgusting", "foul", "exotic", "bland", "gourmet", "tasty", "tasteless", "refreshing", "sensational", "crunchy", "creamy"] Source #
type Desserts = (FoodAdjectives :- DessertFlavours) :- DessertTypes Source #