1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 21:01:35 +03:00

Allow redunand-constraints in here for HasCallStack to work

This commit is contained in:
Timothy Clem 2018-03-16 10:56:37 -07:00
parent 624423273d
commit 9bf9c43ce7

View File

@ -1,4 +1,5 @@
{-# LANGUAGE DataKinds, RankNTypes, TypeOperators #-}
{-# OPTIONS_GHC -Wno-redundant-constraints #-} -- For HasCallStack
module Language.Python.Assignment
( assignment
, Syntax