Backport from sid to buster
[hcoop/debian/mlton.git] / mlnlffigen / endian.sml
... / ...
CommitLineData
1structure Endian =
2 struct
3 type shift = int * int * word -> word
4 end