Uses of Class
eu.bandm.tools.ulex.ULex.Seq_2

Packages that use ULex.Seq_2
eu.bandm.tools.ulex "u-lex" stands for "micro lexer" and supports small-scale text analysis by a fully typed combinator library. 
 

Uses of ULex.Seq_2 in eu.bandm.tools.ulex
 

Methods in eu.bandm.tools.ulex that return ULex.Seq_2
static
<A,B> ULex.Seq_2<A,B>
ULex.seq_2(ULex<A> a, ULex<B> b)
          Convenience wrapper around constructor call; esp.