-
### Dotliquid version
2.1.457
### Expected behavior
Implement [Liquid 5.0.0](https://github.com/Shopify/liquid/blob/eab13a07d9861a38d993d2749ae25f06ff76426b/History.md) language features, includi…
-
It seems that the `LiquidHaskellBoot` plugin assumes that whatever module it is processing is originally coming from a file on disk. This assumption, for example, manifests itself in `Language.Haskell…
-
Currently, if we want to embed a specialization of some type in a LF theory, both `type` and `newtype` definitions get unrolled, breaking the abstraction barrier. E.g., defining bags as follows:
``…
-
### Tool Name
Liquid JSON Schema Editor
### Tool Description
Graphical JSON Schema editor for draft-04, draft-06, draft-07, 2019-09 and 2020-12, with split source code and graphical editing. Includ…
-
Could we spin the module Language.Haskell.Liquid.GHC.API off into its own package, such as `ghc-liquid`?
I'm the author of [ghc-corroborate](https://hackage.haskell.org/package/ghc-corroborate) tha…
-
### Please confirm that you have:
- [x] Searched [existing issues](.) to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on …
-
Jekyll - another static page generator - is currently using [Liquid](https://shopify.github.io/liquid/) as templating language.
Having a pipeline to process their tags/syntax would allow to re-use …
-
## Goal
Create an evaluation test set mapping natural language commands to a structured representation of the final deck state.
## Example
### 1. Natural language
Please write a very simple pyth…
-
### Problem
Neovim (inheriting from Vim) has a seldom used feature for combining multiple filetypes into the `'filetype'` option separated by a dot: https://github.com/neovim/neovim/blob/61f1b091ea97…
tpope updated
3 weeks ago
-
```
{-# LANGUAGE DataKinds #-}
import Prelude
import GHC.TypeLits
data NatIndexed (n :: Nat)
{-@ type NI4 = NatIndexed 4 @-}
{-@ foo :: NI4 -> NI4 @-}
foo = id @(NatIndexed 4)
```
Thi…