logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

AtteanX::Functions::CompositeLists - Functions and aggregates to work with composite lists

Author

       Gregory Todd Williams  "<gwilliams@cpan.org>"

Bugs

       Please   report   any   bugs   or   feature   requests   to   through   the   GitHub   web  interface  at
       <https://github.com/kasei/attean/issues>.

Description

       This is a utility package that defines functions and aggregates to work with composite list datatypes.

       lex_to_list($literal)
       list_to_lex(@terms)
       "stringSplit($string, $pattern)"
       listCreate(@list)
       "ctGet($ct, $key)"
       "listGet($list, $pos)"
       "listSubseq($list, $pos, $len)"
       listConcat(@lists)
       "listReverse($list, $pos)"
       "listHead($list, $pos)"
       "listTail($list, $pos)"
       "listContains($list, $term)"
       "listContainsTerm($list, $term)"
       ctSize($ct)
       listSize($list)
       "sequence($start, $end)"
       "zip($list, $list)"
       listCreate_agg_start()
       "listCreate_agg_process($thunk, $term)"
       listCreate_agg_finalize($thunk)
       list_from_head($head)
       "rewrite_lexical( $literal, \%bnode_map, $parse_id )"
       register()

Name

       AtteanX::Functions::CompositeLists - Functions and aggregates to work with composite lists

See Also

Synopsis

         use v5.14;
         use Attean;

Version

       This document describes AtteanX::Functions::CompositeLists version 0.035

See Also