Skip to content

Commit

Permalink
made kw! external
Browse files Browse the repository at this point in the history
  • Loading branch information
inconvergent committed Jun 10, 2024
1 parent ac86b8f commit 6a4fa2d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/lqn.md
Original file line number Diff line number Diff line change
Expand Up @@ -545,6 +545,17 @@
; k if ht; or d
; Source file: /data/x/lqn/src/basic-utils.lisp
```
```
; LQN:KW!
; [symbol]
;
; KW! names a compiled function:
; Lambda-list: (&REST REST)
; Derived type: (FUNCTION * (VALUES SYMBOL &OPTIONAL))
; Documentation:
; stringify, make keyword
; Source file: /data/x/lqn/src/basic-utils.lisp
```
```
; LQN:KW?
; [symbol]
Expand Down
2 changes: 1 addition & 1 deletion src/packages.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#:some? #:all? #:none? #:cd #:keys?
#:new* #:new$ #:cat$ #:cat* #:head #:tail #:apply* #:range #:linspace #:psh* #:pop*
#:flatn* #:compct #:flatall* #:flatn$ #:uniq
#:noop #:kv? #:kw? #:ssym? #:msym? #:trim #:sym!
#:noop #:kv? #:kw? #:ssym? #:msym? #:trim #:sym! #:kw!
#:num!? #:num? #:flt! #:flt!? #:flt? #:int! #:int!? #:int?
#:lst? #:lst! #:lst!? #:seq? #:seq!? #:str! #:str? #:str!? #:vec! #:vec? #:vec!?
#:ind* #:sel #:seq
Expand Down

0 comments on commit 6a4fa2d

Please sign in to comment.