Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
GHC
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
4,251
Issues
4,251
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
398
Merge Requests
398
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
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
GHC
5ed4d1e2b693eecaa5e0fc218865113b12c53c66
5ed4d1e2b693eecaa5e0fc218865113b12c53c66
Switch branch/tag
ghc
testsuite
tests
ghc-regress
th
TH_spliceE1.hs
Find file
Normal view
History
Permalink
TH_spliceE1.hs
88 Bytes
Edit
Web IDE
Newer
Older
[project @ 2003-11-06 17:09:59 by simonpj]
simonpj
committed
Nov 06, 2003
1
2
3
4
5
6
module
Main
where
my_id
::
a
->
a
my_id
x
=
$
(
[
|
x
|
]
)
main
=
print
(
my_id
"hello"
)