Import Upstream version 20180207
[hcoop/debian/mlton.git] / basis-library / libs / basis-extra / top-level / basis-funs.sml
1 (* Copyright (C) 2004-2005 Henry Cejtin, Matthew Fluet, Suresh
2 * Jagannathan, and Stephen Weeks.
3 *
4 * MLton is released under a BSD-style license.
5 * See the file MLton-LICENSE for details.
6 *)
7
8 (* Required functors *)
9
10 (* Optional functors *)
11 functor PrimIO (S: PRIM_IO_ARG): PRIM_IO = PrimIO (S)
12 functor StreamIO (S: STREAM_IO_ARG): STREAM_IO = StreamIO (S)
13 functor ImperativeIO (S: IMPERATIVE_IO_ARG): IMPERATIVE_IO = ImperativeIO (S)