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
Software
COOL
Commits
f04c7b24
Commit
f04c7b24
authored
Aug 29, 2016
by
Ludwig Dietel
Browse files
merged together
parents
09c79e7d
9c6e31f0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lib/CoAlgFormula.ml
View file @
f04c7b24
...
...
@@ -72,7 +72,6 @@ type formula =
|
AB
of
formula
*
formula
|
EB
of
formula
*
formula
exception
ConversionException
of
formula
(** Defines (unsorted) coalgebraic axioms for the TBox.
*)
...
...
@@ -1527,7 +1526,6 @@ let exportSortedAxiom = function
|
(
s
,
INCLUSION
(
f1
,
f2
))
->
(
string_of_int
s
)
^
": "
^
(
exportFormula
f1
)
^
" [= "
^
(
exportFormula
f2
)
|
(
s
,
DEFINITION
(
f1
,
f2
))
->
(
string_of_int
s
)
^
": "
^
(
exportFormula
f1
)
^
" := "
^
(
exportFormula
f2
)
(** Destructs a nominal.
@param s the input stream
@return (tbox, query) in simplifyed nnf
...
...
src/lib/CoAlgMisc.ml
View file @
f04c7b24
...
...
@@ -1346,7 +1346,6 @@ let ppELFormulae tbox sort subsumee subsumer =
let hctbox = makeHcTBox tbox in*)
List
.
iter
(
fun
ax
->
print_endline
(
CoAlgFormula
.
exportSortedAxiom
ax
))
tbox
;
let
rec
normalizeAxiom
name
counter
=
function
|
CoAlgFormula
.
VAR
(
symbol
)
->
(
counter
,
[
CoAlgFormula
.
AP
(
symbol
)]
,
[]
)
...
...
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