Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
N
nofib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
nofib
Merge requests
!77
Fix 2 build bugs
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix 2 build bugs
wip/romes/fix-build
into
master
Overview
0
Commits
3
Pipelines
2
Changes
3
Merged
Rodrigo Mesquita
requested to merge
wip/romes/fix-build
into
master
3 months ago
Overview
0
Commits
3
Pipelines
2
Changes
3
Expand
On my machine, reading all configs lazily caused resource exhaustion since we'd open too many all at once.
ben-raytrace
didn't build with >=9.13
0
0
Merge request reports
Compare
master
version 1
942a575b
3 months ago
master (base)
and
latest version
latest version
b7391df4
3 commits,
3 months ago
version 1
942a575b
2 commits,
3 months ago
3 files
+
4
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
real/ben-raytrace/SamplerMonad/Naive.hs
+
1
−
0
Options
@@ -32,6 +32,7 @@ gen = SamplerGen
instance
StatefulGen
Gen
(
SamplerM
s
)
where
uniformWord64
_
=
SamplerM
$
StateT
$
pure
.
genWord64
uniformShortByteString
=
undefined
uniformByteArrayM
=
undefined
runSamplerM
::
Word64
->
(
forall
s
.
SamplerM
s
a
)
->
a
Loading