Skip to main content Link Menu Expand (external link) Document Search Copy Copied
  • Home
  • Tutorials
    • Quick start
    • While tutorial
    • Types tutorial
  • Publications
    • PLDI'25
    • OOPSLA'24
    • SAS'24
    • PLDI'24
    • POPL'23
    • VMCAI'22
    • RTAS'21
  • API
    • binsec_codex
    • codex
    • cudd
    • frama_c_codex
    • patricia-tree
  • Jobs and Contact
  •   Repository
  1. API
  2. codex
  3. Domains
  4. Log

Module Domains.Log

module In_bits = Units.In_bits
module Make_Conversion (Log : Tracelog.S) (Sub : Sig.BASE) : sig ... end
module Log_Domain (Log : Tracelog.S) (Sub : Sig.BASE) : Sig.BASE with type Context.t = Sub.Context.t and type binary = Sub.binary and type boolean = Sub.boolean and module Context = Sub.Context
module Log_With_Focusing (Log : Tracelog.S) (Sub : Memory_domains.With_focusing.S_with_types) : Memory_domains.With_focusing.S_with_types with type Context.t = Sub.Context.t and type binary = Sub.binary and type boolean = Sub.boolean