package libzipperposition

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type profile =
  1. | P_default
  2. | P_bfs
  3. | P_almost_bfs
  4. | P_explore
  5. | P_ground
  6. | P_goal
  7. | P_conj_rel
  8. | P_conj_rel_var
  9. | P_ho_weight
  10. | P_ho_weight_init
  11. | P_avoid_expensive
module type S = sig ... end