Sha256: 2085232acb559257b023148ed47e6b45c83a0360e544d5444de82dfef70c2ed1
Contents?: true
Size: 238 Bytes
Versions: 48
Compression:
Stored size: 238 Bytes
Contents
module Bowling (score, BowlingError(..)) where data BowlingError = IncompleteGame | InvalidRoll { rollIndex :: Int, rollValue :: Int } deriving (Eq, Show) score :: [Int] -> Either BowlingError Int score = undefined
Version data entries
48 entries across 48 versions & 1 rubygems