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