~ chicken-r7rs (master) /scheme.base-interface.scm
Trap1(export2 * + - /3 <= < >= = >4 abs5 and6 append7 apply8 assoc assq assv9 begin10 binary-port?11 boolean? boolean=?12 bytevector13 bytevector-append14 bytevector-copy bytevector-copy!15 bytevector-length bytevector-u8-ref bytevector-u8-set!16 bytevector?17 car cdr18 caar cadr cdar cddr19 call-with-current-continuation call/cc20 call-with-port21 call-with-values22 case23 ceiling24 char-ready?25 char->integer integer->char26 char=? char<? char>? char<=? char>=?27 char?28 close-input-port close-output-port29 close-port30 complex?31 cond32 cond-expand33 cons34 current-input-port current-output-port current-error-port35 define36 define-record-type37 define-syntax38 define-values39 denominator numerator40 do41 dynamic-wind42 eof-object43 eof-object?44 eq? eqv? equal?45 error46 error-object-irritants error-object-message47 error-object?48 even? odd?49 exact inexact50 exact-integer-sqrt51 exact-integer?52 exact? inexact?53 exp54 expt55 features56 file-error?57 floor58 floor/ floor-quotient floor-remainder59 flush-output-port60 for-each61 gcd lcm62 get-output-bytevector63 get-output-string64 guard65 if66 #|67 import ; provided by the "r7rs" module68 import-for-syntax ; same69 |#70 include71 include-ci72 input-port-open? output-port-open?73 input-port? output-port?74 integer?75 lambda76 length77 let let*78 letrec letrec*79 let-values let*-values80 let-syntax letrec-syntax81 list list-copy list-ref list-set! list-tail list?82 list->vector83 make-bytevector84 make-list85 make-parameter86 make-string87 make-vector88 map89 max min90 member memq memv91 modulo remainder92 negative? positive?93 newline94 not95 null?96 number->string string->number97 number?98 open-input-bytevector open-output-bytevector99 open-input-string open-output-string100 or101 pair?102 parameterize103 peek-char104 peek-u8105 port?106 procedure?107 quasiquote108 quote109 quotient remainder110 raise raise-continuable111 rational?112 rationalize113 read-bytevector read-bytevector!114 read-char115 read-error?116 read-line117 read-string118 read-u8119 real?120 reverse121 round122 set!123 set-car! set-cdr!124 square125 string126 string->list list->string127 string->utf8 utf8->string128 string->symbol symbol->string129 string->vector130 string-append131 string-copy132 string-copy!133 string-fill!134 string-for-each135 string-length136 string-map137 string-ref string-set!138 string=? string<? string>? string<=? string>=?139 string?140 substring141 symbol=?142 symbol?143 syntax-error144 #|145 syntax-rules ; provided by the "r7rs" module146 |#147 textual-port?148 truncate149 truncate/ truncate-quotient truncate-remainder150 u8-ready?151 unless152 #|153 unquote unquote-splicing ; provided by `quasiquote`154 |#155 values156 vector157 vector-append158 vector-copy vector-copy!159 vector-fill!160 vector-for-each161 vector-length162 vector-map163 vector-ref vector-set!164 vector->list165 vector->string166 vector?167 when168 with-exception-handler169 write-bytevector170 write-char171 write-string172 write-u8173 zero?174 )