dhall-haskell/dhall/tests
Gabriel Gonzalez bacb82480c
Fixed mixed field access (#694)
Fixes #692

The standard permits a user to access a constructor from a type stored inside
a record, but the Haskell implementation had a mistake which prevented this.
Specifically, the Haskell implementation was not normalizing the union type
as the standard specified before attempting to access the constructor, leading
to an unexpected type error.
2018-11-21 18:31:55 -08:00
..
format Encode doubles as Double, do bounds checks, and add support for NaN and Infinity values (#667) 2018-11-20 15:07:08 -08:00
import Update tests to match the filesystem layout from the standard (#688) 2018-11-17 08:23:26 -08:00
normalization/success Encode doubles as Double, do bounds checks, and add support for NaN and Infinity values (#667) 2018-11-20 15:07:08 -08:00
parser Add support for quoted path components (#690) 2018-11-20 18:08:43 -08:00
regression Migrate dhall-{bash,json,text} into this repository (#661) 2018-10-28 17:32:51 -07:00
tutorial Migrate dhall-{bash,json,text} into this repository (#661) 2018-10-28 17:32:51 -07:00
typecheck Fixed mixed field access (#694) 2018-11-21 18:31:55 -08:00
Format.hs Encode doubles as Double, do bounds checks, and add support for NaN and Infinity values (#667) 2018-11-20 15:07:08 -08:00
Import.hs Update tests to match the filesystem layout from the standard (#688) 2018-11-17 08:23:26 -08:00
Normalization.hs Encode doubles as Double, do bounds checks, and add support for NaN and Infinity values (#667) 2018-11-20 15:07:08 -08:00
Parser.hs Add support for quoted path components (#690) 2018-11-20 18:08:43 -08:00
QuickCheck.hs Add support for multi-let (#675) 2018-11-13 08:01:59 -08:00
Regression.hs Migrate dhall-{bash,json,text} into this repository (#661) 2018-10-28 17:32:51 -07:00
Tests.hs Migrate dhall-{bash,json,text} into this repository (#661) 2018-10-28 17:32:51 -07:00
Tutorial.hs Migrate dhall-{bash,json,text} into this repository (#661) 2018-10-28 17:32:51 -07:00
TypeCheck.hs Fixed mixed field access (#694) 2018-11-21 18:31:55 -08:00
Util.hs Migrate dhall-{bash,json,text} into this repository (#661) 2018-10-28 17:32:51 -07:00