Skip to content

Commit e324b6b

Browse files
committed
Hide MkEnv
1 parent fe9e24c commit e324b6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ebu/src/Unembedding/Env.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Generic environment used by Embedding by Unembedding, and functions over it.
1616
{-# LANGUAGE UndecidableInstances #-}
1717
{-# LANGUAGE ViewPatterns #-}
1818
module Unembedding.Env (
19-
Env(.., ENil, ECons, (:.)), Ix(..), lookEnv, lenEnv, mapEnv, mapEnvWithIx, fromIndexer,
19+
Env(ENil, ECons, (:.)), Ix(..), lookEnv, lenEnv, mapEnv, mapEnvWithIx, fromIndexer,
2020
Append, appendEnv,
2121

2222
Func, fromFunc,

0 commit comments

Comments
 (0)