packages feed

data-reify-gadt-0.1.0.0: src/Lib.hs

module Lib (
    someFunc,
) where

someFunc :: IO ()
someFunc = putStrLn "someFunc"