read is getting there...
This commit is contained in:
parent
171fcece98
commit
ad751a5039
2 changed files with 50 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
|||
{-# LANGUAGE DataKinds #-}
|
||||
{-# LANGUAGE NumericUnderscores #-}
|
||||
|
||||
module Decode(decode, DecodeResult) where
|
||||
module Decode(decode, DecodeResult(..)) where
|
||||
|
||||
import DecodeTypes(
|
||||
RTypeFields(..), ITypeFields(..), STypeFields(..),
|
||||
|
|
Reference in a new issue