trying to tie the knot

2002-04-12 Thread Hal Daume III
Hi All, I thought I was starting to get my head around the whole tying the knot phenomenon, but when my program produced *** Exception: loop I figured I was probably missing something :). Here's what I'm trying to do (I know I could do it without tying the knot, but that seemed like a

trying to tie the knot

2002-04-12 Thread oleg
Hello! Hal Daume III wrote: [description of a parsing problem that involves forward references] Forward references is the problem. To properly solve it, you have to find a fixpoint. The best way to avoid hitting the bottom is to make sure that the fixpoint combinator is applied to a function.