Import Upstream version 20180207
[hcoop/debian/mlton.git] / mlnlffigen / endian.sml
CommitLineData
7f918cf1
CE
1structure Endian =
2 struct
3 type shift = int * int * word -> word
4 end