-- | Pull in all strongweak binrep instances, for base classes and types.

module Binrep.Instances.Strongweak () where

import Binrep.Instances.Strongweak.SWChain()
import Binrep.Instances.Strongweak.Type.Magic()
import Binrep.Instances.Strongweak.Type.Thin()
import Binrep.Instances.Strongweak.Util.ByteOrder()