We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9e24c commit e324b6bCopy full SHA for e324b6b
ebu/src/Unembedding/Env.hs
@@ -16,7 +16,7 @@ Generic environment used by Embedding by Unembedding, and functions over it.
16
{-# LANGUAGE UndecidableInstances #-}
17
{-# LANGUAGE ViewPatterns #-}
18
module Unembedding.Env (
19
- Env(.., ENil, ECons, (:.)), Ix(..), lookEnv, lenEnv, mapEnv, mapEnvWithIx, fromIndexer,
+ Env(ENil, ECons, (:.)), Ix(..), lookEnv, lenEnv, mapEnv, mapEnvWithIx, fromIndexer,
20
Append, appendEnv,
21
22
Func, fromFunc,
0 commit comments