úÎ © SNone0YThis 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.2-CBlHfRbgzx9H3R2xEC3dos Dhall.JSON CompileError Unsupported dhallToJSON$fExceptionCompileError$fShowCompileError_ERROR