Skip to content

Commit

Permalink
Introduce normalizeWithM for monadic normalization (#371)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbiehl authored and Gabriella439 committed Nov 6, 2018
1 parent 7aba791 commit 096c039
Show file tree
Hide file tree
Showing 4 changed files with 150 additions and 132 deletions.
2 changes: 1 addition & 1 deletion dhall/src/Dhall.hs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ data EvaluateSettings = EvaluateSettings
defaultEvaluateSettings :: EvaluateSettings
defaultEvaluateSettings = EvaluateSettings
{ _startingContext = Dhall.Context.empty
, _normalizer = Dhall.Core.ReifiedNormalizer (const Nothing)
, _normalizer = Dhall.Core.ReifiedNormalizer (const (pure Nothing))
, _standardVersion = Dhall.Binary.defaultStandardVersion
}

Expand Down
Loading

0 comments on commit 096c039

Please sign in to comment.