Sidekick_cc
module type S = Sidekick_core.CC_S
module Make (A : Sidekick_core.CC_ARG) : S with module T = A.T and module Lit = A.Lit and type proof = A.proof and type proof_step = A.proof_step and module Actions = A.Actions
first, some aliases.