packages feed

haskell-language-server-2.7.0.0: plugins/hls-alternate-number-format-plugin/test/testdata/TFindLiteralIntPattern.hs

{-# LANGUAGE NoBinaryLiterals #-}
module TFindLiteralIntPattern where

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