feat: solver actions are the same as CC actions

This commit is contained in:
Simon Cruanes 2019-06-11 10:28:00 -05:00
parent 3e7ef47fab
commit ed4ba4057f

View file

@ -364,7 +364,7 @@ module type SOLVER_INTERNAL = sig
(** {3 hooks for the theory} *)
type actions
type actions = CC_A.Actions.t
val propagate : t -> actions -> lit -> reason:(unit -> lit list) -> A.Proof.t -> unit