mirror of
https://github.com/github/semantic.git
synced 2024-11-28 10:15:55 +03:00
Section headings.
This commit is contained in:
parent
ab5b566bcb
commit
250237024e
@ -1,6 +1,7 @@
|
||||
{-# LANGUAGE DeriveFunctor, ExistentialQuantification, FlexibleContexts, LambdaCase, StandaloneDeriving #-}
|
||||
module Analysis.Effect.Env
|
||||
( alloc
|
||||
( -- * Env effect
|
||||
alloc
|
||||
, bind
|
||||
, lookupEnv
|
||||
, Env(..)
|
||||
|
@ -1,6 +1,7 @@
|
||||
{-# LANGUAGE DeriveFunctor, DeriveGeneric, FlexibleContexts #-}
|
||||
module Analysis.Effect.Heap
|
||||
( deref
|
||||
( -- * Heap effect
|
||||
deref
|
||||
, assign
|
||||
, Heap(..)
|
||||
) where
|
||||
|
Loading…
Reference in New Issue
Block a user