AltErgoLib.UtilSourceDifferent values for -case-split-policy option: -after-theory-assume (default value): after assuming facts in theory by the SAT -before-matching: just before performing a matching round -after-matching: just after performing a matching round *
generic function for comparing algebraic data types. compare_algebraic a b f
val print_list :
sep:string ->
pp:(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a list ->
unitval print_list_pp :
sep:(Format.formatter -> unit -> unit) ->
pp:(Format.formatter -> 'a -> unit) ->
Format.formatter ->
'a list ->
unit