package goblint

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Various SLR solvers.

val narrow : ('a -> 'b -> 'c) -> 'a -> 'b -> 'c
module SLR3 (S : Analyses.EqConstrSys) (HM : Batteries.Hashtbl.S with type key = S.v) : sig ... end

the SLR3 box solver

module type Version = sig ... end
module Make0 (V : Version) (Box : SolverBox.S) (S : Analyses.EqConstrSys) (HM : Batteries.Hashtbl.S with type key = S.v) : sig ... end

the box solver

module Make (V : Version) (S : Analyses.EqConstrSys) (HM : sig ... end) : sig ... end
module type MyGenericEqSolver = functor (S : Analyses.EqConstrSys) -> functor (H : Batteries.Hashtbl.S with type key = S.v) -> sig ... end
module TwoPhased (V : Version) (S : Analyses.EqConstrSys) (HM : Batteries.Hashtbl.S with type key = S.v) : sig ... end
module JustWiden (V : Version) (S : Analyses.EqConstrSys) (HM : sig ... end) : sig ... end
OCaml

Innovation. Community. Security.