mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-24 03:52:50 -06:00
mathtext examples from Bonn
This commit is contained in:
10
examples/mathtext/Symbols.gf
Normal file
10
examples/mathtext/Symbols.gf
Normal file
@@ -0,0 +1,10 @@
|
||||
abstract Symbols = {
|
||||
|
||||
cat
|
||||
Exp ;
|
||||
|
||||
fun
|
||||
-- EInt : Int -> Expp ; --- clashes with EVar...
|
||||
EVar : String -> Exp ;
|
||||
EIn, EPlus, ETimes, EEq, EGt, ELt : Exp -> Exp -> Exp ;
|
||||
}
|
||||
Reference in New Issue
Block a user