packages feed

module-management-0.20.2: testdata/split1-expected/Debian/Repo/Package/Internal/Constants.hs

{-# LANGUAGE PackageImports, ScopedTypeVariables, TupleSections #-}
{-# OPTIONS -fno-warn-name-shadowing #-}
module Debian.Repo.Package.Internal.Constants
    ( Constants(asBool, fromBool)
    ) where



class Constants p where
    asBool :: p -> Maybe Bool
    fromBool :: Bool -> p