Newlines at EOFs.
This commit is contained in:
parent
95679bdab5
commit
14d8c8b5a5
|
@ -161,7 +161,6 @@ terms
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@defproc[(in-heap/consume! [heap heap?]) sequence?]{
|
@defproc[(in-heap/consume! [heap heap?]) sequence?]{
|
||||||
Returns a sequence equivalent to @racket[heap], maintaining the heap's ordering.
|
Returns a sequence equivalent to @racket[heap], maintaining the heap's ordering.
|
||||||
The heap is consumed in the process. Equivalent to repeated calling
|
The heap is consumed in the process. Equivalent to repeated calling
|
||||||
|
@ -176,6 +175,7 @@ The heap is consumed in the process. Equivalent to repeated calling
|
||||||
|
|
||||||
(heap-count h)]
|
(heap-count h)]
|
||||||
}
|
}
|
||||||
|
|
||||||
@defproc[(in-heap [heap heap?]) sequence?]{
|
@defproc[(in-heap [heap heap?]) sequence?]{
|
||||||
Returns a sequence equivalent to @racket[heap], maintaining the heap's ordering.
|
Returns a sequence equivalent to @racket[heap], maintaining the heap's ordering.
|
||||||
Equivalent to @racket[in-heap/consume!] except the heap is copied first.
|
Equivalent to @racket[in-heap/consume!] except the heap is copied first.
|
||||||
|
@ -190,4 +190,5 @@ Equivalent to @racket[in-heap/consume!] except the heap is copied first.
|
||||||
(heap-count h)]
|
(heap-count h)]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@close-eval[the-eval]
|
@close-eval[the-eval]
|
|
@ -168,4 +168,5 @@ Returns @racket[#t] if @racket[v] represents a position in an
|
||||||
interval-map, @racket[#f] otherwise.
|
interval-map, @racket[#f] otherwise.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@close-eval[the-eval]
|
@close-eval[the-eval]
|
|
@ -96,5 +96,4 @@ Returns a sequence whose elements are the elements of
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[qeval]
|
@close-eval[qeval]
|
|
@ -22,5 +22,4 @@ that is the MD5 hash of the given input stream or byte string.
|
||||||
]}
|
]}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[md5-eval]
|
@close-eval[md5-eval]
|
|
@ -40,5 +40,4 @@ Returns the macro stepper logo.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[logos-eval]
|
@close-eval[logos-eval]
|
|
@ -569,5 +569,4 @@ module path and the module paths of its immediate dependents.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[the-eval]
|
@close-eval[the-eval]
|
|
@ -95,5 +95,4 @@ running @racket[read-eval-print]. In addition, @racket[current-exit]
|
||||||
is set to escape from the call to @racket[new-cafe].}
|
is set to escape from the call to @racket[new-cafe].}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[compat-eval]
|
@close-eval[compat-eval]
|
|
@ -271,5 +271,4 @@ Creates a new hash-table providing the quoted flags (if any) to
|
||||||
corresponding values.}
|
corresponding values.}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[etc-eval]
|
@close-eval[etc-eval]
|
|
@ -449,7 +449,4 @@ if the @racket[args] list is imbalanced, and the search stops at a
|
||||||
non-keyword value.)}
|
non-keyword value.)}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[kw-eval]
|
@close-eval[kw-eval]
|
|
@ -67,6 +67,4 @@ Builds a function that accepts a structure type instance (matching
|
||||||
structure type instance.}
|
structure type instance.}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[struct-eval]
|
@close-eval[struct-eval]
|
|
@ -189,5 +189,4 @@ Imports nothing, exports @racket[cookie^].}
|
||||||
Includes everything exported by the @racketmodname[net/cookie] module.
|
Includes everything exported by the @racketmodname[net/cookie] module.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[cookie-eval]
|
@close-eval[cookie-eval]
|
|
@ -243,5 +243,4 @@ Imports nothing, exports @racket[head^].}
|
||||||
Includes everything exported by the @racketmodname[net/head] module.
|
Includes everything exported by the @racketmodname[net/head] module.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[head-eval]
|
@close-eval[head-eval]
|
|
@ -1459,5 +1459,4 @@ frozen structure in @racket[F].}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[racklog-eval]
|
@close-eval[racklog-eval]
|
|
@ -3100,7 +3100,4 @@ column-span of the new lw is always zero.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[redex-eval]
|
@close-eval[redex-eval]
|
|
@ -1124,5 +1124,4 @@ is rendered as @racketblock[Γ ⊢ e : t]
|
||||||
@generate-bibliography[]
|
@generate-bibliography[]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[amb-eval]
|
@close-eval[amb-eval]
|
|
@ -344,6 +344,4 @@ Analogous to @racket[(unsafe!)], makes unsafe bindings of
|
||||||
module.}
|
module.}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[objc-eval]
|
@close-eval[objc-eval]
|
|
@ -479,5 +479,4 @@ annotates operations that can be inlined by the compiler (see
|
||||||
decompiler can be used to help predict parallel performance.
|
decompiler can be used to help predict parallel performance.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[future-eval]
|
@close-eval[future-eval]
|
|
@ -309,5 +309,4 @@ Returns @racket[(not v)].}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[bool-eval]
|
@close-eval[bool-eval]
|
|
@ -202,6 +202,4 @@ allocated in the @tech{shared memory space}.
|
||||||
@mz-examples[#:eval flfx-eval (make-shared-fxvector 4 3)]}
|
@mz-examples[#:eval flfx-eval (make-shared-fxvector 4 3)]}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[flfx-eval]
|
@close-eval[flfx-eval]
|
|
@ -124,6 +124,4 @@ results, and a number indicating the depth of the call.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[ev]
|
@close-eval[ev]
|
|
@ -275,5 +275,4 @@ A @techlink{check-procedure} that accepts syntax booleans.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[the-eval]
|
@close-eval[the-eval]
|
|
@ -60,6 +60,4 @@ refman]{module path index}; in this case, the
|
||||||
contains the ``self'' index.}
|
contains the ``self'' index.}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[evaluator]
|
@close-eval[evaluator]
|
|
@ -84,4 +84,3 @@
|
||||||
[lst (for/list ([x (in-heap/consume! h)]) x)])
|
[lst (for/list ([x (in-heap/consume! h)]) x)])
|
||||||
(heap-count h))
|
(heap-count h))
|
||||||
0)
|
0)
|
||||||
|
|
|
@ -133,5 +133,4 @@ Typed Racket also attempts to detect more than one error in the module.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[the-eval]
|
@close-eval[the-eval]
|
|
@ -214,5 +214,4 @@ This module provides a macro for non-deterministic finite automata with epsilon
|
||||||
@include-section["re.scrbl"]
|
@include-section["re.scrbl"]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[our-eval]
|
@close-eval[our-eval]
|
|
@ -206,5 +206,4 @@ This module provides a few transformers that extend the syntax of regular expres
|
||||||
(list 1 0)])]
|
(list 1 0)])]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[our-eval]
|
@close-eval[our-eval]
|
|
@ -66,5 +66,4 @@ When attached to a struct type, automatically generates a printer using
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[the-eval]
|
@close-eval[the-eval]
|
|
@ -155,5 +155,4 @@ listeners.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[the-eval]
|
@close-eval[the-eval]
|
|
@ -88,5 +88,4 @@ will then return a list of the log messages that have been reported.
|
||||||
]}
|
]}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[the-eval]
|
@close-eval[the-eval]
|
|
@ -21,5 +21,4 @@ Note that these variables must have values accepted by
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[the-eval]
|
@close-eval[the-eval]
|
|
@ -59,5 +59,4 @@ Corresponds to @racket[parameterize*], but can parameterize parameter groups as
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@close-eval[evaluator]
|
@close-eval[evaluator]
|
Loading…
Reference in New Issue
Block a user