hw-balancedparens-0.4.0.0: Balanced parentheses

Safe HaskellNone
LanguageHaskell2010

HaskellWorks.Data.BalancedParens.Broadword.Word32

Synopsis

Documentation

findUnmatchedCloseFar :: Word32 -> Word32 -> Word32 Source #

Find the position of the first unmatch parenthesis.

This is the broadword implementation of findCloseFor.

See Broadword Implementation of Parenthesis Queries, Sebastiano Vigna, 2013