1
0
forked from GitHub/gf-rgl

general prepositions in A2

This commit is contained in:
Krasimir Angelov
2018-07-27 11:54:21 +02:00
parent 411da9cbd8
commit 7bf3409b05
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ oper
A2V : Type = A2 ;
mkA2 : A -> Prep -> A2 ;
mkA2 a p = a ** {c2 = p.s ; lock_A2 = <>} ;
mkA2 a p = a ** {c2 = p ; lock_A2 = <>} ;
mkAS : A -> AS ;
mkAS v = v ** {lock_A = <>} ;