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
c05be6dd
Commit
c05be6dd
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2003-03-22 23:21:32 by cvscast] Empty log message
Original author: cvscast Date: 2003-03-22 23:21:32+00:00
parent
f37d5557
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/ttree.cd
View file @
c05be6dd
...
...
@@ -2,6 +2,10 @@ include "../web/xhtml-strict.cd";;
let fun f (x : Xhtml) : [ Xhtml ] =
ttree [ x ] with <a>t -> [];;
let fun g (x : Xhtml) : [ Xhtml ] =
ttree [ x ] with <a>t -> [ <b>t ];;
(*
type T = <a>[ <b>[] T* <b>[] ];;
...
...
typing/typer.ml
View file @
c05be6dd
...
...
@@ -794,7 +794,6 @@ and compute_type' loc env = function
(
res
,
resid
)
)
t
in
Printf
.
eprintf
"Ttree typed.
\n
"
;
flush
stderr
;
r
(* We keep these cases here to allow comparison and benchmarking ...
...
...
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