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
91eafbc9
Commit
91eafbc9
authored
Feb 10, 2016
by
Björn Peemöller
Browse files
Fixed haddock parse error in documentation
parent
919b7459
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CurryDeps.hs
View file @
91eafbc9
...
...
@@ -38,11 +38,11 @@ import CompilerOpts (Options (..), KnownExtension (..))
-- |Different types of source files
data
Source
--
^
A source file with pragmas and module imports
--
|
A source file with pragmas and module imports
=
Source
FilePath
[
ModulePragma
]
[
ModuleIdent
]
--
^
An interface file
--
|
An interface file
|
Interface
FilePath
--
^
An unk
o
nwn file
--
|
An unkn
o
wn file
|
Unknown
deriving
(
Eq
,
Show
)
...
...
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