Safe HaskellNone

LSC.FIR

Documentation

newtype FIR Source #

Constructors

FIR Circuit 

Instances

Instances details
Eq FIR Source # 
Instance details

Defined in LSC.FIR

Methods

(==) :: FIR -> FIR -> Bool

(/=) :: FIR -> FIR -> Bool

Show FIR Source # 
Instance details

Defined in LSC.FIR

Methods

showsPrec :: Int -> FIR -> ShowS

show :: FIR -> String

showList :: [FIR] -> ShowS

parseFIR :: Text -> Either ParseError FIR Source #