Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
e3b8b74a
Commit
e3b8b74a
authored
Apr 21, 2021
by
John van Groningen
Browse files
rename functions _nothing and _nothing_u from module _SystemStrictMaybes to _none and _none_u
parent
4cbf22db
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/predef.icl
View file @
e3b8b74a
...
...
@@ -107,8 +107,8 @@ predefined_idents
[
PD_just_u
]
=
i
"_cJust_u"
,
[
PD_from_just_u
]
=
i
"_eJust_u"
,
[
PD_none
]
=
i
"_no
thing
"
,
[
PD_none_u
]
=
i
"_no
thing
_u"
,
[
PD_none
]
=
i
"_no
ne
"
,
[
PD_none_u
]
=
i
"_no
ne
_u"
,
[
PD_MaybeClass
]
=
i
"Maybe"
,
[
PD_UMaybeClass
]
=
i
"UMaybe"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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