Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
022bf4ec
Commit
022bf4ec
authored
Feb 24, 2010
by
Andrei Paskevich
Browse files
minor
parent
de407ff7
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/term.ml
View file @
022bf4ec
...
...
@@ -20,10 +20,6 @@
open
Util
open
Ty
type
label
=
string
exception
NonLinear
(** Variable symbols *)
type
vsymbol
=
{
...
...
@@ -211,6 +207,8 @@ let rec pat_equal_alpha p1 p2 =
(** Terms and formulas *)
type
label
=
string
type
quant
=
|
Fforall
|
Fexists
...
...
@@ -912,6 +910,8 @@ let f_app p tl =
in
f_app
p
tl
exception
NonLinear
let
pat_varmap
p
=
let
i
=
ref
(
-
1
)
in
let
rec
mk_map
acc
p
=
match
p
.
pat_node
with
...
...
src/term.mli
View file @
022bf4ec
...
...
@@ -19,12 +19,9 @@
open
Ty
type
label
exception
NonLinear
exception
BadArity
exception
ConstructorExpected
exception
NoMatch
(** Variable symbols *)
...
...
@@ -96,6 +93,8 @@ val pat_equal_alpha : pattern -> pattern -> bool
(** Terms and formulas *)
type
label
type
quant
=
|
Fforall
|
Fexists
...
...
src/ty.ml
View file @
022bf4ec
...
...
@@ -24,7 +24,7 @@ open Util
type
tvsymbol
=
Name
.
t
(* type symbols and types *)
type
tysymbol
=
{
ts_name
:
Name
.
t
;
ts_args
:
tvsymbol
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