Import Upstream version 20180207
[hcoop/debian/mlton.git] / basis-library / config / default / default-real32.sml
CommitLineData
7f918cf1
CE
1(* Copyright (C) 1999-2006 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
8structure Real = Real32
9type real = Real.real
10
11functor Real_ChooseRealN (A: CHOOSE_REALN_ARG) :
12 sig val f : Real.real A.t end =
13 ChooseRealN_Real32 (A)