tidying
This commit is contained in:
@@ -5,10 +5,8 @@ Description : Core ASTs and the like
|
|||||||
{-# LANGUAGE PatternSynonyms, OverloadedStrings #-}
|
{-# LANGUAGE PatternSynonyms, OverloadedStrings #-}
|
||||||
{-# LANGUAGE FunctionalDependencies #-}
|
{-# LANGUAGE FunctionalDependencies #-}
|
||||||
{-# LANGUAGE TemplateHaskell #-}
|
{-# LANGUAGE TemplateHaskell #-}
|
||||||
{-# LANGUAGE DerivingStrategies, DerivingVia #-}
|
|
||||||
-- for recursion-schemes
|
-- for recursion-schemes
|
||||||
{-# LANGUAGE DeriveFunctor, DeriveFoldable, DeriveTraversable
|
{-# LANGUAGE DeriveTraversable, TypeFamilies #-}
|
||||||
, TemplateHaskell, TypeFamilies #-}
|
|
||||||
module Core.Syntax
|
module Core.Syntax
|
||||||
( Expr(..)
|
( Expr(..)
|
||||||
, ExprF(..)
|
, ExprF(..)
|
||||||
|
|||||||
Reference in New Issue
Block a user