This commit is contained in:
parent
aa2ff7b2f0
commit
2f3113f55d
11742 changed files with 1223940 additions and 0 deletions
10
unikernel/duniverse/ppxlib/astlib/clean.mli
Normal file
10
unikernel/duniverse/ppxlib/astlib/clean.mli
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
val remove_migration_attributes_from_str :
|
||||
Parsetree.structure -> Parsetree.structure
|
||||
(** [remove_migration_attributes_from_str str] removes any left-over metadata
|
||||
that be in the parsetree after a migration. Most users will not have to
|
||||
worry about applying this function.*)
|
||||
|
||||
val remove_migration_attributes_from_sig :
|
||||
Parsetree.signature -> Parsetree.signature
|
||||
(** The same as {! remove_migration_attributes_from_str} except for
|
||||
{! Parsetree.signature}. *)
|
||||
Loading…
Add table
Add a link
Reference in a new issue