Style more consistent, replace capitalization with camel case
This commit is contained in:
@ -27,7 +27,7 @@ module SimpleStatements : sig
|
||||
| SimpleRand of simpleArithmetic
|
||||
|
||||
val pp : out_channel -> t -> unit
|
||||
val pplist : out_channel -> t list -> unit
|
||||
val pp_list : out_channel -> t list -> unit
|
||||
end
|
||||
|
||||
module SSCfg : Cfg.C with type elt = SimpleStatements.t
|
||||
|
||||
Reference in New Issue
Block a user