-
Notifications
You must be signed in to change notification settings - Fork 415
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(melange): add loc to
Melange_binary.{melc,where}
(#6601)
Signed-off-by: Antonio Nuno Monteiro <[email protected]>
- Loading branch information
1 parent
5a09827
commit 405c0bc
Showing
5 changed files
with
24 additions
and
17 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 |
---|---|---|
@@ -1,5 +1,13 @@ | ||
open Import | ||
|
||
val melc : Super_context.t -> dir:Path.Build.t -> Action.Prog.t Memo.t | ||
val melc : | ||
Super_context.t | ||
-> loc:Loc.t option | ||
-> dir:Path.Build.t | ||
-> Action.Prog.t Memo.t | ||
|
||
val where : Super_context.t -> dir:Path.Build.t -> Path.t option Memo.t | ||
val where : | ||
Super_context.t | ||
-> loc:Loc.t option | ||
-> dir:Path.Build.t | ||
-> Path.t option Memo.t |
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
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