Parsers.Brainfuck.Types
data Instruction Source #
Constructors
Defined in Parsers.Brainfuck.Types
Methods
(==) :: Instruction -> Instruction -> Bool #
(/=) :: Instruction -> Instruction -> Bool #
compare :: Instruction -> Instruction -> Ordering #
(<) :: Instruction -> Instruction -> Bool #
(<=) :: Instruction -> Instruction -> Bool #
(>) :: Instruction -> Instruction -> Bool #
(>=) :: Instruction -> Instruction -> Bool #
max :: Instruction -> Instruction -> Instruction #
min :: Instruction -> Instruction -> Instruction #
showsPrec :: Int -> Instruction -> ShowS #
show :: Instruction -> String #
showList :: [Instruction] -> ShowS #
Associated Types
type Rep Instruction :: Type -> Type #
from :: Instruction -> Rep Instruction x #
to :: Rep Instruction x -> Instruction #
rnf :: Instruction -> () #
lift :: Quote m => Instruction -> m Exp #
liftTyped :: forall (m :: Type -> Type). Quote m => Instruction -> Code m Instruction #