LibRISCV.Internal.Decoder.YamlParser
data InstructionFields Source #
Constructors
Fields
Defined in LibRISCV.Internal.Decoder.YamlParser
Methods
parseJSON :: Value -> Parser InstructionFields #
parseJSONList :: Value -> Parser [InstructionFields] #
omittedField :: Maybe InstructionFields #
Associated Types
type Rep InstructionFields :: Type -> Type #
from :: InstructionFields -> Rep InstructionFields x #
to :: Rep InstructionFields x -> InstructionFields #
showsPrec :: Int -> InstructionFields -> ShowS #
show :: InstructionFields -> String #
showList :: [InstructionFields] -> ShowS #
(==) :: InstructionFields -> InstructionFields -> Bool #
(/=) :: InstructionFields -> InstructionFields -> Bool #
type InstructionEntries = Map String InstructionFields Source #