Module SymbLocksDomain.LockingPattern
include module type of struct include Printable.Std end
val show_group : group -> 'aval to_group : 'a -> 'b optionval arbitrary : unit -> 'aval name : unit -> stringval pretty :
unit ->
(GoblintCil.exp * GoblintCil.exp * GoblintCil.exp) ->
GoblintCil.Pretty.docval show : (GoblintCil.exp * GoblintCil.exp * GoblintCil.exp) -> stringtype ee = | EVar of GoblintCil.varinfo| EAddr| EDeref| EField of GoblintCil.fieldinfo| EIndex of GoblintCil.exp
val ee_equal : ee -> ee -> boolval ee_to_str : ee -> stringval ees_to_str : ee list -> stringexception NotSimpleEnoughval toEl : GoblintCil.exp -> ee listval fromEl : ee list -> GoblintCil.exp -> GoblintCil.expval from_exps : GoblintCil.exp -> GoblintCil.exp -> t option