Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nofib
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
9
Issues
9
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
1
Merge Requests
1
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Glasgow Haskell Compiler
nofib
Commits
890caa40
Commit
890caa40
authored
Dec 12, 2012
by
ian@well-typed.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix mandel in slow mode
parent
9f9d5dfc
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
spectral/mandel/Main.lhs
spectral/mandel/Main.lhs
+2
-1
spectral/mandel/mandel.slowstdin
spectral/mandel/mandel.slowstdin
+1
-1
spectral/mandel/mandel.slowstdout
spectral/mandel/mandel.slowstdout
+0
-0
No files found.
spectral/mandel/Main.lhs
View file @
890caa40
...
...
@@ -5,7 +5,8 @@ import Mandel
import PortablePixmap
import System.IO
main = getContents >>= \ userInput ->
main = hSetBinaryMode stdout True >>
getContents >>= \ userInput ->
readNum "Enter min x = " (lines userInput) $ \ minx input ->
readNum "Enter min y = " input $ \ miny input ->
readNum "Enter max x = " input $ \ maxx input ->
...
...
spectral/mandel/mandel.slowstdin
View file @
890caa40
...
...
@@ -4,4 +4,4 @@
2.0
150
150
25
6
25
5
spectral/mandel/mandel.slowstdout
View file @
890caa40
No preview for this file type
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