From a001a02b5cd0ebb03919222737a6e23748f5fd4f Mon Sep 17 00:00:00 2001 From: Patrick Thomson Date: Mon, 7 Oct 2019 17:20:48 -0400 Subject: [PATCH] Formatting. --- semantic-python/src/Language/Python/Core.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/semantic-python/src/Language/Python/Core.hs b/semantic-python/src/Language/Python/Core.hs index c5b4de5ca..38fa498a6 100644 --- a/semantic-python/src/Language/Python/Core.hs +++ b/semantic-python/src/Language/Python/Core.hs @@ -1,8 +1,8 @@ -{-# LANGUAGE ViewPatterns #-} {-# LANGUAGE ConstraintKinds, DataKinds, DefaultSignatures, DeriveAnyClass, DeriveGeneric, DerivingStrategies, DerivingVia, DisambiguateRecordFields, FlexibleContexts, FlexibleInstances, GeneralizedNewtypeDeriving, KindSignatures, LambdaCase, NamedFieldPuns, OverloadedLists, OverloadedStrings, PatternSynonyms, - ScopedTypeVariables, StandaloneDeriving, TypeApplications, TypeOperators, UndecidableInstances, ViewPatterns #-} + ScopedTypeVariables, StandaloneDeriving, TypeApplications, TypeOperators, UndecidableInstances, + ViewPatterns #-} module Language.Python.Core ( compile