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
3308d905
Commit
3308d905
authored
Sep 20, 2011
by
Björn Peemöller
Browse files
added some todos
parent
9dcc6e10
Changes
1
Hide whitespace changes
Inline
Side-by-side
TODO
View file @
3308d905
Records: Es ist kein qualifizierter Import von Records möglich, da die
Feldbezeichnungen nicht mit importiert werden können.
Beispiel:
import CompilerOpts -- okay
import CompilerOpts (Options) -- okay, aber Feldbezeichner nicht importiert
import CompilerOpts (Options (..)) Fehler: Options is not a data type
Completed
=========
- Anonymous free variables implemented
- hierarchically structured modules
NoImplicitPrelude
Typklassen
Hierarchische Module
Nondeterminism by overlapping abschaltbar?
QName wird als Typvariable angesehen
DHO als Variable
\ No newline at end of file
Still to do
===========
- !!! Check correctness of created FlatCurry files by comparison with the old frontend !!!
- Records: There is no way to explicitly import a record with its fields:
import CompilerOpts -- okay, works
import CompilerOpts (Options) -- okay, but no field labels imported
import CompilerOpts (Options (..)) -- fails: Options is not a data type
- Module pragmas
- type classes
- option to disable nondeterminism by overlapping
- option / check for case mode
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