Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
curry
curry-frontend
Commits
b94deb19
Commit
b94deb19
authored
Aug 20, 2018
by
Finn Teegen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore old behaviour for typed FlatCurry generation
parent
557f37ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/Modules.hs
src/Modules.hs
+2
-2
No files found.
src/Modules.hs
View file @
b94deb19
...
...
@@ -338,10 +338,10 @@ writeFlat opts env mdl il = do
where
tfcyName
=
typedFlatName
(
filePath
env
)
tfcyProg
=
genTypedFlatCurry
env
mdl
il
tfcyTarget
=
TypedFlatCurry
`
elem
`
optTargetTypes
opts
tfcyTarget
=
Type
Annotate
dFlatCurry
`
elem
`
optTargetTypes
opts
tafcyName
=
typeAnnFlatName
(
filePath
env
)
tafcyProg
=
genTypeAnnotatedFlatCurry
env
mdl
il
tafcyTarget
=
Type
Annotate
dFlatCurry
`
elem
`
optTargetTypes
opts
tafcyTarget
=
TypedFlatCurry
`
elem
`
optTargetTypes
opts
fcyName
=
flatName
(
filePath
env
)
fcyProg
=
genFlatCurry
tfcyProg
fcyTarget
=
FlatCurry
`
elem
`
optTargetTypes
opts
...
...
Write
Preview
Markdown
is supported
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