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
85a15a67
Commit
85a15a67
authored
Jun 24, 2011
by
Björn Peemöller
Browse files
Simple test case for hierarchical module
parent
7022758d
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
test/A.curry
0 → 100644
View file @
85a15a67
module A where
import B.C (foo)
main = print foo
\ No newline at end of file
test/B/C.curry
0 → 100644
View file @
85a15a67
module B.C where
foo = "foo"
\ No newline at end of file
test/WUI.curry
deleted
100644 → 0
View file @
7022758d
This diff is collapsed.
Click to expand it.
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