Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
curry
curry-frontend
Commits
2258a104
Commit
2258a104
authored
Sep 25, 2012
by
Björn Peemöller
Browse files
Code beautification
parent
e9a3bfbd
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Env/Value.hs
View file @
2258a104
{- |
Module : $Header$
Description : Environment for functions, constructors and labels
Copyright : (c) 2001
-
2004, Wolfgang Lux
2011, Björn Peemöller
(bjp@informatik.uni-kiel.de)
Copyright : (c) 2001
-
2004, Wolfgang Lux
2011
, Björn Peemöller
License : OtherLicense
Maintainer : bjp@informatik.uni-kiel.de
...
...
@@ -24,7 +24,8 @@ module Env.Value
(
ValueEnv
,
ValueInfo
(
..
)
,
bindGlobalInfo
,
bindFun
,
qualBindFun
,
rebindFun
,
unbindFun
,
bindLabel
,
lookupValue
,
qualLookupValue
,
qualLookupCons
,
lookupTuple
,
tupleDCs
,
initDCEnv
,
ppTypes
)
where
,
initDCEnv
,
ppTypes
)
where
import
Text.PrettyPrint
(
Doc
,
vcat
)
...
...
src/Transformations/Desugar.lhs
View file @
2258a104
...
...
@@ -67,8 +67,8 @@ all names must be properly qualified before calling this module.}
>
module
Transformations.Desugar
(
desugar
)
where
>
import
Control.Arrow
(
second
)
>
import
Control.Monad
(
liftM
,
liftM2
,
mplus
)
>
import
Control.Arrow
(
second
)
>
import
Control.Monad
(
liftM
,
liftM2
,
mplus
)
>
import
qualified
Control.Monad.State
as
S
(
State
,
runState
,
gets
,
modify
)
>
import
Data.List
(
tails
)
>
import
Data.Maybe
(
fromMaybe
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment