packages feed

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

module TFindLiteralIntCase where

caseExpression x = case x of
                    57 -> "testing to find literals in matching cases"
                    _  -> ""