Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
dde6dd7a
Commit
dde6dd7a
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2002-12-03 23:32:05 by cvscast] Empty log message
Original author: cvscast Date: 2002-12-03 23:32:05+00:00
parent
d7506344
Changes
1
Show whitespace changes
Inline
Side-by-side
types/types.ml
View file @
dde6dd7a
...
...
@@ -531,6 +531,9 @@ This version explodes when dealing with
in
List
.
iter
line
d
;
!
accu
(* Maybe, can improve this function with:
(t,s) \ (t1,s1) = (t&t',s\s') | (t\t',s),
don't call normal_aux *)
let
get
?
(
kind
=
`Normal
)
d
=
match
kind
with
...
...
@@ -561,6 +564,8 @@ This version explodes when dealing with
Not_found
->
let
gd
=
get_aux
d
in
let
n
=
normal_aux
gd
in
(* Could optimize this call to normal_aux because one already
know that each line is normalized ... *)
memo
:=
Memo
.
add
d
n
!
memo
;
n
...
...
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