dhall-haskell/dhall/src/Dhall
Frederik Ramcke 7e9728f0e9 dhall-lsp-server: Freezing imports (#1123)
* Implement dhall.freezeImport and dhall.freezeAllImports

* Remove old (broken) test suite

* Rename `relativePosition` to `subtractPosition`

as suggested by @Gabriel439

* Add doctest for `subtractPosition`

as suggested by @Gabriel439

* Simplify getImportHashPosition

As spotted by @Gabriel439

* Use `forM` instead of `mapM` for prettier code

As suggested by @Gabriel439
2019-07-19 17:24:11 +00:00
..
Import Preparing Dhall.Import for "Semi-semantic" caching (#1113) 2019-07-17 15:20:48 +00:00
Parser dhall-lsp-server: Freezing imports (#1123) 2019-07-19 17:24:11 +00:00
Pretty Implementation of toMap (#1041) 2019-07-15 08:28:29 -07:00
Binary.hs Preparing Dhall.Import for "Semi-semantic" caching (#1113) 2019-07-17 15:20:48 +00:00
Binary.hs-boot Define expression equality as CBOR equality (#866) 2019-03-27 18:26:02 -07:00
Context.hs Switch Var to use an Int (#1044) 2019-07-01 17:24:13 -07:00
Core.hs Check normalizeWithM for consistency with normalize (#1126) 2019-07-19 15:33:59 +00:00
Core.hs-boot Add a new environment machine normalizer (#876) 2019-04-17 16:41:04 -07:00
Diff.hs Implementation of toMap (#1041) 2019-07-15 08:28:29 -07:00
Eval.hs toMap normalization: Misc improvements (#1116) 2019-07-15 23:50:40 +02:00
Eval.hs-boot Add a new environment machine normalizer (#876) 2019-04-17 16:41:04 -07:00
Format.hs Automatically discover tests (#897) 2019-04-24 13:01:46 -07:00
Freeze.hs Preparing Dhall.Import for "Semi-semantic" caching (#1113) 2019-07-17 15:20:48 +00:00
Hash.hs Migrate dhall-{bash,json,text} into this repository (#661) 2018-10-28 17:32:51 -07:00
Import.hs Preparing Dhall.Import for "Semi-semantic" caching (#1113) 2019-07-17 15:20:48 +00:00
Lint.hs Remove support for old-style List-like Optional literals (#1002) 2019-06-13 17:59:49 -07:00
Main.hs Preparing Dhall.Import for "Semi-semantic" caching (#1113) 2019-07-17 15:20:48 +00:00
Map.hs Make isNormalized consistent with normalize (#1115) 2019-07-17 22:19:41 +00:00
Optics.hs Move lens-like utilities to Dhall.Optics module (#986) 2019-06-05 20:18:42 -07:00
Parser.hs Add support for improved using behavior (#967) 2019-06-01 08:27:26 -07:00
Pretty.hs Migrate dhall-{bash,json,text} into this repository (#661) 2018-10-28 17:32:51 -07:00
Repl.hs Add :clear command to dhall repl (#966) 2019-05-24 09:39:19 -07:00
Set.hs Make isNormalized consistent with normalize (#1115) 2019-07-17 22:19:41 +00:00
Src.hs Make isNormalized consistent with normalize (#1115) 2019-07-17 22:19:41 +00:00
TH.hs Migrate dhall-{bash,json,text} into this repository (#661) 2018-10-28 17:32:51 -07:00
Tutorial.hs Use vertical bars for the left margin of source spans (#1030) 2019-06-27 20:37:10 -07:00
TypeCheck.hs Implementation of toMap (#1041) 2019-07-15 08:28:29 -07:00
Util.hs Increase lines of context for error messages (#916) 2019-04-30 10:55:00 -07:00
Util.hs-boot Add support for improved using behavior (#967) 2019-06-01 08:27:26 -07:00