read is getting there...

This commit is contained in:
Yehowshua Immanuel 2025-03-10 17:22:51 -04:00
parent 171fcece98
commit ad751a5039
2 changed files with 50 additions and 18 deletions

View file

@ -1,7 +1,7 @@
{-# LANGUAGE DataKinds #-}
{-# LANGUAGE NumericUnderscores #-}
module Decode(decode, DecodeResult) where
module Decode(decode, DecodeResult(..)) where
import DecodeTypes(
RTypeFields(..), ITypeFields(..), STypeFields(..),