PreviousUpNext

15.3.22  src/app/makelib/test/test2.api

## test2.api

# Compiled by:
#     src/app/makelib/makelib.sublib



# This module is just for playing around with experimental code;
# it has no fixed functionality for production use.



api Test2 {

    double: Int -> Int;
    square: Int -> Int;

};


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


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext