Import Upstream version 20180207
[hcoop/debian/mlton.git] / mlton / atoms / tyvar.fun
CommitLineData
7f918cf1
CE
1(* Copyright (C) 2012,2017 Matthew Fluet.
2 * Copyright (C) 1999-2007 Henry Cejtin, Matthew Fluet, Suresh
3 * Jagannathan, and Stephen Weeks.
4 * Copyright (C) 1997-2000 NEC Research Institute.
5 *
6 * MLton is released under a BSD-style license.
7 * See the file MLton-LICENSE for details.
8 *)
9
10functor Tyvar (S: TYVAR_STRUCTS): TYVAR =
11struct
12
13open S
14
15structure V = Id (val noname = "'a")
16open V
17
18end