-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | http-api-data instances for refined types -- -- Orphan instances of Web.HttpApiData for refinement types @package refined-http-api-data @version 0.1.0.0 module Refined.Orphan.HttpApiData instance (Web.Internal.HttpApiData.FromHttpApiData a, Refined.Internal.Predicate p a) => Web.Internal.HttpApiData.FromHttpApiData (Refined.Internal.Refined p a) instance (Web.Internal.HttpApiData.ToHttpApiData a, Refined.Internal.Predicate p a) => Web.Internal.HttpApiData.ToHttpApiData (Refined.Internal.Refined p a)