Sha256: a4e6bea5f4fb475867ab9d7a97b6eb264bccfbbea768225d745537414d2b63b7

Contents?: true

Size: 512 Bytes

Versions: 46

Compression:

Stored size: 512 Bytes

Contents

module Luhn (addends, checkDigit, checksum, create, isValid) where

addends :: Integer -> [Integer]
addends n = error "You need to implement this function."

checkDigit :: Integer -> Integer
checkDigit n = error "You need to implement this function."

checksum :: Integer -> Integer
checksum n = error "You need to implement this function."

create :: Integer -> Integer
create n = error "You need to implement this function."

isValid :: Integer -> Bool
isValid n = error "You need to implement this function."

Version data entries

46 entries across 46 versions & 1 rubygems

Version Path
trackler-2.1.0.11 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.1.0.10 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.1.0.9 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.1.0.8 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.1.0.7 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.1.0.6 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.1.0.5 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.1.0.4 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.1.0.3 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.1.0.2 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.1.0.1 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.1.0.0 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.0.8.55 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.0.8.54 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.0.8.53 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.0.8.52 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.0.8.51 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.0.8.50 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.0.8.49 tracks/haskell/exercises/luhn/src/Luhn.hs
trackler-2.0.8.48 tracks/haskell/exercises/luhn/src/Luhn.hs