dhall-1.42.3: src/Dhall/Syntax/Instances/Pretty.hs-boot
{-# OPTIONS_GHC -Wno-orphans #-}
module Dhall.Syntax.Instances.Pretty where
import Dhall.Syntax.Expr (Expr)
import Prettyprinter (Pretty)
instance Pretty a => Pretty (Expr s a)
{-# OPTIONS_GHC -Wno-orphans #-}
module Dhall.Syntax.Instances.Pretty where
import Dhall.Syntax.Expr (Expr)
import Prettyprinter (Pretty)
instance Pretty a => Pretty (Expr s a)