## 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.