packages feed

hls-alternate-number-format-plugin-1.0.1.0: test/testdata/TFindLiteralIntPattern.hs

module TFindLiteralIntPattern where

patternMatchingFunction 1 = "one"
patternMatchingFunction 2 = "two"
patternMatchingFunction _ = "the rest of the numbers"