úÎ s %None1þYThis is the exception type for errors that might arise when translating Dhall to JSONyBecause the majority of Dhall language features do not translate to JSON this just returns the expression that failed;Convert a Dhall expression to the equivalent Nix expression:set -XOverloadedStrings:set -XOverloadedListsimport Dhall.CoreGdhallToJSON (RecordLit [("foo", IntegerLit 1), ("bar", TextLit "ABC")])CRight (Object (fromList [("foo",Number 1.0),("bar",String "ABC")]))fmap Data.Aeson.encode it#Right "{\"foo\":1,\"bar\":\"ABC\"}"(dhall-json-1.0.12-6DfbY3kNueyLHibyqGuY7h Dhall.JSON CompileError Unsupported dhallToJSON$fExceptionCompileError$fShowCompileError