hie-bios
Safe HaskellSafe-Inferred
LanguageHaskell2010

HIE.Bios.Cradle.Resolved

Synopsis

Documentation

data ResolvedCradles a Source #

The final cradle config that specifies the cradle for each prefix we know how to handle

Constructors

ResolvedCradles 

Fields

data ResolvedCradle a Source #

ConcreteCradle augmented with information on which file the cradle applies

Constructors

ResolvedCradle 

Fields

Instances

Instances details
Show a => Show (ResolvedCradle a) Source # 
Instance details

Defined in HIE.Bios.Cradle.Resolved

data ConcreteCradle a Source #

The actual type of action we will be using to process a file

Instances

Instances details
Show a => Show (ConcreteCradle a) Source # 
Instance details

Defined in HIE.Bios.Cradle.Resolved