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
d043581b
Commit
d043581b
authored
Jul 10, 2007
by
Pietro Abate
Browse files
[r2005-04-22 13:18:31 by afrisch] Factor-out internalization of types/patterns
Original author: afrisch Date: 2005-04-22 13:18:31+00:00
parent
327da973
Changes
1
Hide whitespace changes
Inline
Side-by-side
typing/typepat.ml
View file @
d043581b
open
Ident
open
Location
type
node
=
{
mutable
desc
:
desc
;
...
...
@@ -674,7 +673,6 @@ open Location
and
elim_concat_type
t
q
=
if
not
(
Types
.
subtype
t
Sequence
.
any
)
then
raise
(
Patterns
.
Error
"Left argument of concatenation is not a sequence type"
);
(* TODO: check t <= [ Any* ] *)
let
mem
=
H
.
create
17
in
let
rec
aux
t
=
try
H
.
find
mem
t
...
...
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