1
0
forked from GitHub/gf-core

mock up variables for js

This commit is contained in:
aarne
2007-10-30 13:17:54 +00:00
parent 105efd51ef
commit 650b73e26b
3 changed files with 10 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ fun
LString : String -> Label ;
VString : String -> Var ;
V_x, V_y, V_z : Var ; --- for js
PLink : Proof ;
-- lexicon

View File

@@ -27,6 +27,10 @@ lin
LString s = s ;
VString s = s ;
V_x = ss "x" ;
V_y = ss "y" ;
V_z = ss "z" ;
-- lexicon
Set = ss "set" ;

View File

@@ -27,6 +27,10 @@ lin
LString s = s ;
VString s = s ;
V_x = ss "x" ;
V_y = ss "y" ;
V_z = ss "z" ;
-- lexicon
Set = ss "mängd" ;