STR-719: ambiguity for # operator in :=
module foo
strategiesmain =
a := x#([])Module(
Submitted on 25 April 2007 at 03:26
“foo”
, [ Strategies(
[ SDefNoArgs(
“main”
, amb(
[ ExplodeCong(
Assign(Var(“a”), Var(“x”))
, ParenStrat(ListCongNoTail([]))
)
, Assign(
Var(“a”)
, NoAnnoList(Explode(Var(“x”), NoAnnoList(List([]))))
)
]
)
)
]
)
]
)
Log in to post comments