libriscv-0.1.0.0: A versatile, flexible and executable formal model for the RISC-V architecture.
Safe HaskellSafe-Inferred
LanguageHaskell2010

LibRISCV.Effects.Logging.Language

Description

Implements the logging effect for instruction tracing. This effect is primarly intended to be used for debugging.

Documentation

logFetched :: forall effs. Member LogInstructionFetch effs => InstructionType -> Eff effs () Source #