Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc-bin
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
hpc
hpc-bin
Commits
d81c9572
Commit
d81c9572
authored
15 years ago
by
Ian Lynagh
Browse files
Options
Downloads
Patches
Plain Diff
Tweak layout to work with alternative layout rule
parent
c7891b30
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
HpcMarkup.hs
+1
-1
1 addition, 1 deletion
HpcMarkup.hs
with
1 addition
and
1 deletion
HpcMarkup.hs
+
1
−
1
View file @
d81c9572
...
...
@@ -281,7 +281,7 @@ addMarkup tabStop cs loc os ((t1,t2,tik0):ticks) | loc == t1 =
|
not
(
allowNesting
tik0
tik'
)
->
addMarkup
tabStop
cs
loc
os
ticks
-- already marked or bool within marked bool
_
->
openTick
tik0
++
addMarkup
tabStop
cs
loc
(
addTo
(
t2
,
tik0
)
os
)
ticks
where
where
addTo
(
t
,
tik
)
[]
=
[(
t
,
tik
)]
addTo
(
t
,
tik
)
((
t'
,
tik'
)
:
xs
)
|
t
<=
t'
=
(
t
,
tik
)
:
(
t'
,
tik'
)
:
xs
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment