File tree Expand file tree Collapse file tree 6 files changed +95
-50
lines changed
Expand file tree Collapse file tree 6 files changed +95
-50
lines changed Original file line number Diff line number Diff line change 22 (name Extract)
33 (public_name Extract.exe)
44 (flags (:standard -w -9))
5+ (preprocess (pps ppx_fast_pipe))
56 (libraries lib)
67)
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 22 (name lib)
33 (public_name bs-react-intl-extractor)
44 (flags (:standard -w -9))
5+ (preprocess (pps ppx_fast_pipe))
56 (libraries reason yojson unix)
67)
Original file line number Diff line number Diff line change 2020 "@esy-ocaml/reason" : " ^3.3.7" ,
2121 "@opam/alcotest" : " ^0.8.4" ,
2222 "@opam/dune" : " ^1.4.0" ,
23+ "@opam/ppx_fast_pipe" : " ^0.0.1" ,
2324 "@opam/yojson" : " ^1.4.1" ,
2425 "ocaml" : " ~4.6.7" ,
2526 "refmterr" : " ^3.1.8"
Original file line number Diff line number Diff line change 11let res = Alcotest . (pair(string, string));
22
3- /* Make fast pipe available. */
4- let (|. ) = (a, b) => b(a);
5-
63let getChannelContents = channel => {
74 open Buffer ;
85
Original file line number Diff line number Diff line change 33(executable
44 (name Test)
55 (public_name Test.exe)
6+ (preprocess (pps ppx_fast_pipe))
67 (libraries alcotest)
78)
You can’t perform that action at this time.
0 commit comments