Lint string, macros.el
More of the same type of linting... basically preferring `namespace-` instead of `namespace/`.
This commit is contained in:
parent
158f810981
commit
a638e15c0d
36 changed files with 176 additions and 204 deletions
|
|
@ -37,7 +37,7 @@ The newest bindings eclipse the oldest."
|
|||
|
||||
(defun scope/push-new (xs)
|
||||
"Push a new, empty scope onto XS."
|
||||
(struct/update scope
|
||||
(struct-update scope
|
||||
scopes
|
||||
(>> (stack/push (alist/new)))
|
||||
xs))
|
||||
|
|
@ -65,7 +65,7 @@ The newest bindings eclipse the oldest."
|
|||
|
||||
(defun scope/set (k v xs)
|
||||
"Set value, V, at key, K, in XS for the current scope."
|
||||
(struct/update scope
|
||||
(struct-update scope
|
||||
scopes
|
||||
(>> (stack/map-top (>> (alist/set k v))))
|
||||
xs))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue