-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5015b83
commit ffefa43
Showing
7 changed files
with
11 additions
and
8 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,11 +1,11 @@ | ||
module DebugPrint : Kappa_webapp_lib_no_js.Hooked.DebugPrint = struct | ||
module DebugPrint : Kappa_webapp_lib_no_jsoo.Hooked.DebugPrint = struct | ||
let debug_print s = | ||
let () = Common.debug ~loc:__LOC__ s in | ||
() | ||
end | ||
|
||
module S = Kappa_webapp_lib_no_js.Hooked.MakeS (DebugPrint) | ||
module E = Kappa_webapp_lib_no_js.Hooked.MakeE (DebugPrint) | ||
module S = Kappa_webapp_lib_no_jsoo.Hooked.MakeS (DebugPrint) | ||
module E = Kappa_webapp_lib_no_jsoo.Hooked.MakeE (DebugPrint) | ||
|
||
type 'a signal = 'a S.t | ||
type 'a event = 'a E.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
module DebugPrint : Kappa_webapp_lib_no_js.Hooked.DebugPrint | ||
module S : Kappa_webapp_lib_no_js.Hooked.S | ||
module E : Kappa_webapp_lib_no_js.Hooked.E | ||
module DebugPrint : Kappa_webapp_lib_no_jsoo.Hooked.DebugPrint | ||
module S : Kappa_webapp_lib_no_jsoo.Hooked.S | ||
module E : Kappa_webapp_lib_no_jsoo.Hooked.E | ||
|
||
type 'a signal = 'a S.t | ||
type 'a event = 'a E.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
Here are libs used by the webapp that don't use js_of_ocaml. | ||
|
||
This allows to use ppx_inline_test on them. |
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,5 @@ | ||
(library | ||
(name kappa_webapp_lib_no_js) | ||
(name kappa_webapp_lib_no_jsoo) | ||
(inline_tests) | ||
(preprocess | ||
(pps | ||
|
File renamed without changes.
File renamed without changes.