## pathnames.pkg
# Compiled by:
#
src/lib/compiler/front/basics/basics.sublib# This currently doesn't do anything useful.
package pathnames: (weak) api {
trim: String -> String;
}
{
fun trim path
=
path;
};
## Copyright (c) 2004 by The Fellowship of SML/NJ
## Subsequent changes by Jeff Prothero Copyright (c) 2010-2015,
## released per terms of SMLNJ-COPYRIGHT.