Load and save specification file format

This commit is contained in:
Joscha 2019-11-07 22:18:32 +00:00
parent 890b35eadd
commit 63350d5dd9
4 changed files with 72 additions and 38 deletions

View file

@ -29,6 +29,11 @@ module Mima.Word
, SmallValue
-- ** Converting
, signedSmallValueToWord
-- * Underlying types
, WB
, MimaWord_
, LargeValue_
, SmallValue_
) where
import Data.Bits