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
23a63dd2
Commit
23a63dd2
authored
May 14, 2014
by
Pietro Abate
Browse files
Merge branch 'tallying-debug' into master-merge
Conflicts: types/types.ml types/types.mli
parents
2f1d479d
55741cc8
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
types/types.ml
View file @
23a63dd2
This diff is collapsed.
Click to expand it.
types/types.mli
View file @
23a63dd2
...
...
@@ -427,4 +427,9 @@ end
val
apply
:
t
->
t
->
Tallying
.
CS
.
sl
val
apply_full
:
t
->
t
->
t
val
apply_raw
:
t
->
t
->
(
Tallying
.
CS
.
sl
*
(
t
*
t
))
val
apply_raw
:
t
->
t
->
Tallying
.
CS
.
sl
*
t
*
t
*
t
(* apply_raw s t returns the 4-tuple (subst,ss, tt, res) where
subst is the set of substitution that make the application succeed,
ss and tt are the expansions of s and t corresponding to that substitution
and res is the type of the result of the application
*)
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