mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
gf-book web page index and toc
This commit is contained in:
9
gf-book/examples/chapter9/Logic.gf
Normal file
9
gf-book/examples/chapter9/Logic.gf
Normal file
@@ -0,0 +1,9 @@
|
||||
abstract Logic = {
|
||||
cat
|
||||
Prop ; Ind ;
|
||||
data
|
||||
And, Or, If : Prop -> Prop -> Prop ;
|
||||
Not : Prop -> Prop ;
|
||||
All, Exist : (Ind -> Prop) -> Prop ;
|
||||
Past : Prop -> Prop ;
|
||||
}
|
||||
Reference in New Issue
Block a user