1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

Export Env.

This commit is contained in:
Rob Rix 2019-11-01 14:41:31 -04:00
parent cf1371f66a
commit 7508f9c902
No known key found for this signature in database
GPG Key ID: F188A01508EA1CF7

View File

@ -1,6 +1,7 @@
{-# LANGUAGE DeriveFunctor, DeriveGeneric, ExistentialQuantification, LambdaCase, RankNTypes, StandaloneDeriving #-}
module Analysis.Analysis
( Analysis(..)
, Env(..)
) where
import Control.Effect.Carrier