1
1
mirror of https://github.com/github/semantic.git synced 2024-12-24 23:42:31 +03:00

We no longer have to specify DataKinds.

This commit is contained in:
Rob Rix 2018-06-27 14:13:18 -04:00
parent 7cbaee920c
commit 9a8266b88d

View File

@ -1,4 +1,4 @@
{-# LANGUAGE DataKinds, RankNTypes, TypeOperators #-}
{-# LANGUAGE RankNTypes, TypeOperators #-}
module Language.JSON.Assignment
( assignment
, Syntax