Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dktactics
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Francois THIRE
dktactics
Commits
85f2c324
Commit
85f2c324
authored
Jan 26, 2018
by
Raphael CAUDERLIER
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing files in the fol dir
parent
7994f9af
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
0 deletions
+19
-0
fol/clauses.dk
fol/clauses.dk
+16
-0
fol/inhabited_types.dk
fol/inhabited_types.dk
+3
-0
No files found.
fol/clauses.dk
0 → 100644
View file @
85f2c324
#NAME clauses.
atom : Type.
mk_atom : p : fol.predicate -> fol.terms (fol.pred_arity p) -> atom.
litteral : Type.
pos_lit : atom -> litteral.
neg_lit : atom -> litteral.
clause : Type.
empty_clause : clause.
cons_clause : litteral -> clause -> clause.
qclause : Type.
qc_base : clause -> qclause.
qc_all : A : fol.type -> (fol.term A -> qclause) -> qclause.
fol/inhabited_types.dk
0 → 100644
View file @
85f2c324
#NAME inhabited_types.
def default_value : A : fol.type -> fol.term A.
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