module Selection_types:common types for selection modulessig..end
typeliteral =Term.literal
typechoice_point =State.choice_point
typeraw_context_unifier =Context_unifier.raw_context_unifier
type selected = {
|
candidate_type : |
(* | what type of candidate? | *) |
|
literal : |
(* | the literal to add to the context. | *) |
|
raw_context_unifier : |
(* | the context unifier from which this candidate was computed. | *) |