forked from ocaml-ppx/ocamlformat
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Thomas Del Vecchio <[email protected]>
- Loading branch information
1 parent
d585ffc
commit 1e0ca6b
Showing
4 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
@@ portable | ||
|
||
type t | ||
|
||
val portable : t | ||
val nonportable : t @@ nonportable | ||
|
||
module T : sig | ||
val portable : t | ||
val portable : t @@ nonportable | ||
end | ||
|
||
module T : sig @@ nonportable | ||
val portable : t | ||
val portable : t @@ nonportable | ||
end | ||
|
||
module (T @ nonportable) : sig @@ portable | ||
val portable : t | ||
val nonportable : t @@ nonportable | ||
end |
Empty file.
Empty file.