1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/services/calculus-module/Contents.w

36 lines
677 B
OpenEdge ABL
Raw Normal View History

2020-08-20 01:36:18 +03:00
Title: calculus
Author: Graham Nelson
Purpose: Storing and simplifying propositions in predicate calculus.
Language: InC
Licence: Artistic License 2.0
Preliminaries
What This Module Does
How To Include This Module
Chapter 1: Setting Up
Calculus Module
Chapter 2: Unary Predicates
2020-08-22 00:58:58 +03:00
Unary Predicates
2020-08-24 16:57:13 +03:00
Unary Predicate Families
Kind Predicates
Chapter 3: Binary Predicates
2020-08-20 13:50:43 +03:00
Binary Predicate Families
2020-09-03 01:24:10 +03:00
Binary Predicate Term Details
2020-08-20 01:36:18 +03:00
Binary Predicates
The Equality Relation
2021-02-02 21:34:56 +02:00
Compilation Schemas
2020-08-22 00:58:58 +03:00
Chapter 4: Propositions
2020-08-20 01:36:18 +03:00
Terms
Atomic Propositions
2020-08-22 00:58:58 +03:00
Propositions
Binding and Substitution
2020-08-24 21:30:28 +03:00
Type Check Propositions
2021-02-03 11:32:42 +02:00
Chapter 5: Sentences
Sentence Conversions
2021-02-03 11:32:42 +02:00
Simplifications