1
1
mirror of https://github.com/github/semantic.git synced 2024-12-18 12:21:57 +03:00

Reformat language extensions.

This commit is contained in:
Rob Rix 2019-12-20 10:06:01 -05:00
parent 96f5204338
commit a50ab43314
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -1,4 +1,7 @@
{-# LANGUAGE DeriveGeneric, DeriveTraversable, QuantifiedConstraints, StandaloneDeriving #-} {-# LANGUAGE DeriveGeneric #-}
{-# LANGUAGE DeriveTraversable #-}
{-# LANGUAGE QuantifiedConstraints #-}
{-# LANGUAGE StandaloneDeriving #-}
module Analysis.Intro module Analysis.Intro
( Intro(..) ( Intro(..)
, unit , unit