Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
belenios
belenios
Commits
4864a729
Commit
4864a729
authored
Apr 10, 2017
by
Stephane Glondu
Browse files
Remove locally defined operator |>
parent
1552b9f9
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/lib/common.ml
View file @
4864a729
...
...
@@ -19,8 +19,6 @@
(* <http://www.gnu.org/licenses/>. *)
(**************************************************************************)
let
(
|>
)
x
f
=
f
x
module
Array
=
struct
include
Array
...
...
src/lib/common.mli
View file @
4864a729
...
...
@@ -19,8 +19,6 @@
(* <http://www.gnu.org/licenses/>. *)
(**************************************************************************)
val
(
|>
)
:
'
a
->
(
'
a
->
'
b
)
->
'
b
module
Array
:
sig
include
module
type
of
Array
val
exists
:
(
'
a
->
bool
)
->
'
a
array
->
bool
...
...
src/web/web_main.ml
View file @
4864a729
...
...
@@ -20,7 +20,6 @@
(**************************************************************************)
open
Lwt
open
Common
open
Web_serializable_j
open
Web_common
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment