You can search for identifiers within the package.
in-package search v0.2.0
A simple linear sweep disassembler.
type t = (mem * insn option) list
output type of a disassembler.
val sweep : ?backend:string -> arch -> mem -> t Core_kernel.Or_error.t
Linear.sweep arch mem will perform a linear sweep disassembly on the specified memory mem
Linear.sweep arch mem
mem
module With_exn : sig ... end