PreviousUpNext

15.3.221  src/lib/compiler/execution/code-segments/unparse-code-and-data-segments.api

## unparse-code-and-data-segments.api

# Compiled by:
#     src/lib/compiler/execution/execute.sublib


stipulate
    package cs  =  code_segment;                                        # code_segment                  is from   src/lib/compiler/execution/code-segments/code-segment.pkg
    package pp =  standard_prettyprinter;                               # standard_prettyprinter        is from   src/lib/prettyprint/big/src/standard-prettyprinter.pkg
herein

    # This api is implemented in:
    #
    #     src/lib/compiler/execution/code-segments/unparse-code-and-data-segments.pkg
    # 
    api Unparse_Code_And_Data_Segments {
        #                               
        unparse_code_and_data_segments
            :
            pp::Prettyprinter
            ->  cs::Code_And_Data_Segments
            ->  Void
            ;

    };
end;

## Code by Jeff Prothero: Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext