1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 17:04:47 +03:00

alphabetize

This commit is contained in:
Ayman Nadeem 2020-04-28 11:03:29 -04:00
parent 41eaf07526
commit 192c4887ea

View File

@ -6,12 +6,12 @@
{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE GeneralizedNewtypeDeriving #-}
{-# LANGUAGE KindSignatures #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeApplications #-}
{-# LANGUAGE StandaloneDeriving #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE KindSignatures #-}
module Language.Python.AST