Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
dec58545
Commit
dec58545
authored
May 12, 2010
by
Simon Cruanes
Browse files
small changes
parent
553177f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/tptp2why/tptpTranslate.ml
View file @
dec58545
...
...
@@ -108,6 +108,7 @@ end
(*s this module manages scoping of vars using a stack of
variables bindings *)
(* TODO : use a hashtable and a stack of key lists instead *)
module
Scope
(
T
:
sig
type
key
...
...
src/transform/polymorphic_to_untyped.ml
View file @
dec58545
...
...
@@ -25,8 +25,6 @@ open Decl
open
Task
let
eliminate_polymorphism
=
Register
.
store
(
fun
()
->
Trans
.
identity
)
let
polymorphic_to_untyped
=
Register
.
store
(
fun
()
->
Trans
.
identity
)
let
()
=
Register
.
register_transform
"polymorphic_to_untyped"
polymorphic_to_untyped
src/transform/polymorphic_to_untyped.mli
View file @
dec58545
...
...
@@ -17,4 +17,4 @@
(* *)
(**************************************************************************)
val
eliminate_polymorphism
:
Task
.
task
Register
.
trans_reg
val
polymorphic_to_untyped
:
Task
.
task
Register
.
trans_reg
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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