PreviousUpNext

15.3.196  src/lib/compiler/back/low/treecode/treecode-fold.api

## treecode-fold.api
#
#    "basic functionality for implementing various forms of
#     aggregation function over the [treecode] sumtypes."
#
#                        -- http://www.cs.nyu.edu/leunga/MLRISC/Doc/html/mltree-util.html
#
# A fold function for Treecode sumtypes
# Useful for performing transformation on Treecode

# Compiled by:
#     src/lib/compiler/back/low/lib/treecode.lib

# Implementations of this api are generated by:
#
#     src/lib/compiler/back/low/treecode/treecode-fold-g.pkg

api Treecode_Fold {
    #
    package tcf:  Treecode_Form;                        # Treecode_Form         is from   src/lib/compiler/back/low/treecode/treecode-form.api

    fold:  tcf::Fold_Fns(Y) -> tcf::Fold_Fns(Y);
};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext