1
1
mirror of https://github.com/github/semantic.git synced 2024-11-27 03:09:48 +03:00

add TypeOperators and StandaloneDeriving to Rust ASTs

This commit is contained in:
Ayman Nadeem 2020-06-02 13:47:06 -04:00
parent d97ae5e77b
commit 2575e7a19f

View File

@ -7,8 +7,11 @@
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE TypeOperators #-}
module Language.Rust.AST
( module Language.Rust.AST