Module Hooks.Logs

Hook for displaying analysis logs as a tree

module type OPTIONS = sig ... end

Logs options

module Hook (Options : OPTIONS) : sig ... end