logic-classes-0.44: Data/Logic/Classes/Skolem.hs
module Data.Logic.Classes.Skolem where
-- |This class shows how to convert between atomic Skolem functions
-- and Ints.
class Skolem f where
toSkolem :: Int -> f
fromSkolem :: f -> Maybe Int
module Data.Logic.Classes.Skolem where
-- |This class shows how to convert between atomic Skolem functions
-- and Ints.
class Skolem f where
toSkolem :: Int -> f
fromSkolem :: f -> Maybe Int