Sha256: 51d135e3790cb5b08a57a0901522c6e6f15b0aff8937fa2860fbea13f0c2d4f1
Contents?: true
Size: 392 Bytes
Versions: 135
Compression:
Stored size: 392 Bytes
Contents
datatype allergen = Eggs | Peanuts | Shellfish | Strawberries | Tomatoes | Chocolate | Pollen | Cats fun allergicTo (score: int) (a: allergen) : bool = raise Fail "'allergicTo' is not implemented" fun list (score: int): allergen list = raise Fail "'list' is not implemented"
Version data entries
135 entries across 135 versions & 1 rubygems