Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
grew
grew
Commits
6a146c82
Commit
6a146c82
authored
Jan 18, 2020
by
Bruno Guillaume
Browse files
version 1.3.1
parent
b2017c72
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES.md
View file @
6a146c82
## 1.3.1 (2020/01/18)
*
/!
\
change output of grep command (see http://grew.fr/run#grep-mode)
*
remove Pervasives deprecated ocaml lib
# 1.3.0 (2019/06/24)
*
Usage of stdin/stdout for data handling
*
Empty GRS by default
...
...
VERSION
View file @
6a146c82
1.3.
0
1.3.
1
src/grew_utils.ml
View file @
6a146c82
...
...
@@ -229,7 +229,7 @@ end (* module Corpus *)
module
Int
=
struct
type
t
=
int
let
compare
=
Pervasives
.
compare
let
compare
=
Stdlib
.
compare
end
module
Int_set
=
Set
.
Make
(
Int
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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