Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CoPaR
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Software
CoPaR
Commits
89885be0
Commit
89885be0
authored
May 29, 2019
by
Hans-Peter Deifel
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update documentation for rational-valued functor
It was still refering to the old syntax.
parent
b6d12102
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/Copar/Functors/GroupValued.hs
src/Copar/Functors/GroupValued.hs
+2
-2
No files found.
src/Copar/Functors/GroupValued.hs
View file @
89885be0
...
...
@@ -106,8 +106,8 @@ rationalHelp =
<>
Doc
.
annotate
Doc
.
bold
"Coalgebra syntax:"
<+>
Doc
.
reflow
"'{' X ':' rational, ... '}'"
<>
Doc
.
line
<>
Doc
.
reflow
"
Note that rationals currently have the same syntax as reals
\
\
and proper fractions are not supported
."
<>
Doc
.
reflow
"
where 'rational' is either an integer or of the form a/b,
\
\
where a and b are integers
."
newtype
OrderedComplex
=
OrderedComplex
(
Complex
EqDouble
)
deriving
(
Eq
,
Num
,
NFData
,
Show
)
...
...
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