Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
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
GHC
Wiki
distributed haskell
Changes
Page history
New page
Templates
Clone repository
Edit DistributedHaskell
authored
10 years ago
by
pmaier
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
distributed-haskell.md
+2
-0
2 additions, 0 deletions
distributed-haskell.md
with
2 additions
and
0 deletions
distributed-haskell.md
View page @
c2597726
...
...
@@ -16,6 +16,8 @@ Several distinct layers are involved; they constitute the main payload of this d
-
[
StaticPointers/ImplementationPlan
](
static-pointers/implementation-plan
)
: a phased approach to implementing the extension in GHC.
-
[
StaticPointers/TypesafeDecoding
](
static-pointers/typesafe-decoding
)
: options for encoding and decoding static pointers.
Our goal is to identify the
*smallest possible built-in extension to GHC*
, with
the smallest possible trusted code base, that would enable
...
...
This diff is collapsed.
Click to expand it.