Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / mlton / basic / large-word.sml
CommitLineData
7f918cf1
CE
1(* Copyright (C) 2003-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
8structure LargeWord: WORD =
9 struct
10 open Pervasive.LargeWord
11
12 structure Z = FixWord (Pervasive.LargeWord)
13 open Z
14
15 val equals: t * t -> bool = op =
16 end