hreg-0.0.1

Safe HaskellNone
LanguageHaskell2010

HReg.Regfiles.Types

Description

 

Documentation

newtype Path #

Constructors

Path FilePath 
Instances
Eq Path # 
Instance details

Defined in HReg.Regfiles.Types

Methods

(==) :: Path -> Path -> Bool #

(/=) :: Path -> Path -> Bool #

Show Path # 
Instance details

Defined in HReg.Regfiles.Types

Methods

showsPrec :: Int -> Path -> ShowS

show :: Path -> String

showList :: [Path] -> ShowS

newtype KeyName #

Constructors

KeyName FilePath 
Instances
Eq KeyName # 
Instance details

Defined in HReg.Regfiles.Types

Methods

(==) :: KeyName -> KeyName -> Bool #

(/=) :: KeyName -> KeyName -> Bool #

Show KeyName # 
Instance details

Defined in HReg.Regfiles.Types

Methods

showsPrec :: Int -> KeyName -> ShowS

show :: KeyName -> String

showList :: [KeyName] -> ShowS