packages feed

what4-1.0: src/What4/Utils/Endian.hs

module What4.Utils.Endian where

data Endian = LittleEndian | BigEndian deriving (Eq,Show,Ord)