Style more consistent, replace capitalization with camel case
This commit is contained in:
@ -3,7 +3,7 @@ open Analysis
|
||||
module Variable : sig
|
||||
type t
|
||||
val pp : out_channel -> t -> unit
|
||||
val pplist : out_channel -> t list -> unit
|
||||
val pp_list : out_channel -> t list -> unit
|
||||
end
|
||||
|
||||
module RISCCfg = CfgRISC.RISCCfg
|
||||
|
||||
Reference in New Issue
Block a user