Small thing
This commit is contained in:
parent
097b70795f
commit
d6fd426d31
2 changed files with 4 additions and 3 deletions
|
@ -2,10 +2,11 @@ module Main where
|
|||
|
||||
import System.Random
|
||||
|
||||
data Fastfood = Friet
|
||||
| Kapsalon
|
||||
data Fastfood = Kapsalon
|
||||
| Pizza
|
||||
| Lasagne
|
||||
| Nachos
|
||||
| Durum
|
||||
deriving (Show, Eq, Ord, Enum, Read, Bounded)
|
||||
|
||||
instance Random Fastfood where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue