Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
head.hackage
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
head.hackage
Merge requests
!281
Add happy 1.20.0
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Add happy 1.20.0
wip/happy-1.20.0-GHC9.6
into
master
Overview
1
Commits
1
Pipelines
2
Changes
1
Open
Zubin
requested to merge
wip/happy-1.20.0-GHC9.6
into
master
2 years ago
Overview
1
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (HEAD)
and
latest version
latest version
264fa315
1 commit,
2 years ago
1 file
+
12
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
patches/happy-1.20.0.patch
0 → 100644
+
12
−
0
Options
diff --git a/src/Grammar.lhs b/src/Grammar.lhs
index d3ce625..5d88511 100644
--- a/src/Grammar.lhs
+++ b/src/Grammar.lhs
@@ -30,6 +30,7 @@
Here is our mid-section datatype
> import Data.List
> import Data.Maybe (fromMaybe)
+> import Control.Monad
> import Control.Monad.Writer
> type Name = Int
Loading