packages feed

hls-stan-plugin-1.0.0.0: test/testdata/test.hs

orderPair x y
    | x < y = 1
    | x > y = 2
    | otherwise = 3