packages feed

gf-3.10: testsuite/compiler/typecheck/concrete/A.gf

resource A = {

oper a_Det : Str = "a" ;
     
     silly : Str = a_Det "X" ;

}