mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-30 21:28:54 -06:00
tidy up res; bug fix in ShellState.addTransfer
This commit is contained in:
@@ -48,8 +48,8 @@ resource ParamEng = ParamX ** {
|
||||
--2 Transformations between parameter types
|
||||
|
||||
oper
|
||||
agrP3 : Number -> {a : Agr} = \n ->
|
||||
{a = {n = n ; p = P3}} ;
|
||||
agrP3 : Number -> Agr = \n ->
|
||||
{n = n ; p = P3} ;
|
||||
|
||||
conjAgr : Agr -> Agr -> Agr = \a,b -> {
|
||||
n = conjNumber a.n b.n ;
|
||||
|
||||
Reference in New Issue
Block a user