Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
e6e36c2b
Commit
e6e36c2b
authored
Dec 12, 2006
by
Ian Lynagh
Browse files
Fix thd3
parent
6d2b0b34
Changes
1
Hide whitespace changes
Inline
Side-by-side
utils/nofib-analyse/GenUtils.lhs
View file @
e6e36c2b
...
...
@@ -163,7 +163,7 @@ Gofer-like stuff:
>
fst3
(
a
,
_
,
_
)
=
a
>
snd3
(
_
,
a
,
_
)
=
a
>
thd3
(
_
,
a
,
_
)
=
a
>
thd3
(
_
,
_
,
a
)
=
a
>
cjustify
,
ljustify
,
rjustify
::
Int
->
String
->
String
>
cjustify
n
s
=
space
halfm
++
s
++
space
(
m
-
halfm
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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