Do not print Pervasives
This commit is contained in:
parent
0b12e6a4ae
commit
0b5d1cd471
1 changed files with 4 additions and 1 deletions
|
@ -57,7 +57,10 @@ struct
|
|||
end
|
||||
|
||||
let cname_of_qn q =
|
||||
(q.qual ^ "__" ^ q.name)
|
||||
if q.qual = "Pervasives" then
|
||||
q.name
|
||||
else
|
||||
(q.qual ^ "__" ^ q.name)
|
||||
|
||||
let rec struct_name ty =
|
||||
match ty with
|
||||
|
|
Loading…
Reference in a new issue