willow-0.1.0.0: src/Web/Willow/Common/Encoding.hs-boot
{-|
Copyright: (c) 2020 Sam May
License: MPL-2.0
Maintainer: ag.eitilt@gmail.com
-}
module Web.Willow.Common.Encoding
( InnerDecoderState
, InnerEncoderState
) where
data InnerDecoderState
instance Eq InnerDecoderState
instance Show InnerDecoderState
instance Read InnerDecoderState
data InnerEncoderState
instance Eq InnerEncoderState
instance Show InnerEncoderState
instance Read InnerEncoderState