packages feed

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

{-# LANGUAGE NoBinaryLiterals #-}
module TFindLiteralIntPattern where

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