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

Packages that use ULex.Seq_1
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_1 in eu.bandm.tools.ulex
 

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