packages feed

hindent-4.5.4: test/johan-tibell/expected/2.exp

strToMonth :: String -> Int
strToMonth month = 
    case month of
        "Jan" -> 1
        "Feb" -> 2
        _ -> error $ "Unknown month " ++ month