packages feed

dhall-1.42.0: src/Dhall/Syntax/Operations.hs-boot

module Dhall.Syntax.Operations where

import Dhall.Syntax.Expr (Expr)

unsafeSubExpressions :: Applicative f => (Expr s a -> f (Expr t b)) -> Expr s a -> f (Expr t b)