1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00

Merge cleanup.

This commit is contained in:
Patrick Thomson 2019-09-17 16:19:10 -04:00
parent 66bc0b211a
commit 5d5e50c733

View File

@ -1,10 +1,6 @@
<<<<<<< HEAD
{-# LANGUAGE DefaultSignatures, DeriveAnyClass, DerivingStrategies, DerivingVia, DisambiguateRecordFields,
FlexibleContexts, FlexibleInstances, NamedFieldPuns, OverloadedStrings, ScopedTypeVariables,
StandaloneDeriving, TypeOperators, UndecidableInstances, DeriveGeneric #-}
=======
{-# LANGUAGE DefaultSignatures, DisambiguateRecordFields, FlexibleContexts, FlexibleInstances, OverloadedStrings, OverloadedLists, ScopedTypeVariables, NamedFieldPuns, TypeOperators #-}
>>>>>>> bump-to-tree-sitter-0.2.1
module Language.Python.Core
( compile
) where