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
7a785c90
Commit
7a785c90
authored
Feb 18, 2014
by
Pietro Abate
Browse files
Fix minor problem in .ocamlinit
parent
f54881fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
.ocamlinit
View file @
7a785c90
...
...
@@ -23,8 +23,8 @@ type pp = P of vv * string | N of string * vv
and vv = V of string
let mk_pp = function
|P(V alpha,t) -> Tallying.CS.singleton (Tallying.Pos (
`
Var alpha,parse_typ t))
|N(t,V alpha) -> Tallying.CS.singleton (Tallying.Neg (parse_typ t,
`
Var alpha))
|P(V alpha,t) -> Tallying.CS.singleton (Tallying.Pos (Var
.mk
alpha,parse_typ t))
|N(t,V alpha) -> Tallying.CS.singleton (Tallying.Neg (parse_typ t,Var
.mk
alpha))
let mk_prod l =
List.fold_left (fun acc2 c ->
...
...
types/types.mli
View file @
7a785c90
...
...
@@ -402,3 +402,5 @@ module Tallying : sig
end
val
appl
:
t
->
t
->
(
Var
.
var
*
t
)
list
list
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