package goblint

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

The 'slr*' solvers.

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

the SLR3 box solver

module type Version = sig ... end
module Make (V : Version) (S : Analyses.EqConstrSys) (HM : Prelude.Hashtbl.S with type key = S.v) : sig ... end

the box solver

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