[Haskell-cafe] Re: Efficient parallel regular expressions

wren ng thornton wren at freegeek.org
Thu Nov 6 04:17:51 EST 2008


Bulat Ziganshin wrote:
> Hello wren,
> 
> Thursday, November 6, 2008, 12:00:22 PM, you wrote:
> 
>> the trie automaton I mentioned in my previous post: just add a (?{
>> $value = ... }) action to the end of each component regex and read out
>> the value of $value after you match.
> 
> $value? in haskell? :)

Shh, they'll notice :)

-- 
"callCC implementation left as an exercise for the reader"
~wren


More information about the Haskell-Cafe mailing list