Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mincss
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Taddeüs Kroes
mincss
Commits
5c4c7aa3
Commit
5c4c7aa3
authored
10 years ago
by
Taddeüs Kroes
Browse files
Options
Downloads
Patches
Plain Diff
Cleanup
parent
67ffce34
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
types.ml
+1
-1
1 addition, 1 deletion
types.ml
util.ml
+1
-1
1 addition, 1 deletion
util.ml
with
2 additions
and
2 deletions
types.ml
+
1
−
1
View file @
5c4c7aa3
...
...
@@ -53,7 +53,7 @@ type statement =
type
stylesheet
=
statement
list
type
traversal_
box
=
type
box
=
|
Expr
of
expr
|
Declaration
of
declaration
|
Selector
of
selector
...
...
This diff is collapsed.
Click to expand it.
util.ml
+
1
−
1
View file @
5c4c7aa3
...
...
@@ -111,7 +111,7 @@ let prerr_loc_msg verbose loc msg =
|
constructor
decl
->
decl
\
|
_
->
failwith
(
"expected "
^
#
constructor
)
let
transform_stylesheet
(
f
:
traversal_box
->
traversal_box
)
stylesheet
=
let
transform_stylesheet
f
stylesheet
=
let
rec
trav_expr
=
function
|
Concat
terms
->
f
(
Expr
(
Concat
(
trav_all_expr
terms
)))
|
Function
(
name
,
arg
)
->
f
(
Expr
(
Function
(
name
,
expect_expr
arg
)))
...
...
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