You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split Dhall.Syntax into several modules:
Moved instances for the following classes to own modules in Dhall.Syntax.Instances:
- Applicative
- Bifunctor
- Data
- Eq
- Foldable
- Functor
- Lift
- Monad
- Monoid
- NFData
- Ord
- Pretty
- Semigroup
- Show
- Traversable
Moved some types to own modules:
- Expr -> Dhall.Syntax.Expr
- Import and friends -> Dhall.Syntax.Import
- Const -> Dhall.Syntax.Const
- Var -> Dhall.Syntax.Var
- MultiLet -> Dhall.Syntax.MultiLet
- Binding -> Dhall.Syntax.Binding
- Chunks and Text-related functions -> Dhall.Syntax.Chunks
- RecordField -> Dhall.Syntax.RecordField
- FunctionBinding -> Dhall.Syntax.FunctionBinding
Moved remaining types to Dhall.Syntax.Types
Also removed superfluous PreferFromWith data constructor and made CI a bit more chatty in haddockPhase.
0 commit comments