1
1
mirror of https://github.com/github/semantic.git synced 2024-11-23 16:37:50 +03:00

add type operators extension

This commit is contained in:
Ayman Nadeem 2020-04-22 14:31:27 -04:00
parent 054a1d17f6
commit 57ca08eac5

View File

@ -11,6 +11,7 @@
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeOperators #-}
module Language.TSX.AST
( module Language.TSX.AST