Newlines at EOFs.

This commit is contained in:
Eli Barzilay 2012-11-06 14:07:15 -05:00
parent 95679bdab5
commit 14d8c8b5a5
39 changed files with 122 additions and 158 deletions

View File

@ -161,7 +161,6 @@ terms
}
@defproc[(in-heap/consume! [heap heap?]) sequence?]{
Returns a sequence equivalent to @racket[heap], maintaining the heap's ordering.
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)]
}
@defproc[(in-heap [heap heap?]) sequence?]{
Returns a sequence equivalent to @racket[heap], maintaining the heap's ordering.
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)]
}
@close-eval[the-eval]

View File

@ -168,4 +168,5 @@ Returns @racket[#t] if @racket[v] represents a position in an
interval-map, @racket[#f] otherwise.
}
@close-eval[the-eval]

View File

@ -96,5 +96,4 @@ Returns a sequence whose elements are the elements of
}
@close-eval[qeval]

View File

@ -22,5 +22,4 @@ that is the MD5 hash of the given input stream or byte string.
]}
@close-eval[md5-eval]

View File

@ -40,5 +40,4 @@ Returns the macro stepper logo.
}
@close-eval[logos-eval]

View File

@ -569,5 +569,4 @@ module path and the module paths of its immediate dependents.
}
@close-eval[the-eval]

View File

@ -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].}
@close-eval[compat-eval]

View File

@ -271,5 +271,4 @@ Creates a new hash-table providing the quoted flags (if any) to
corresponding values.}
@close-eval[etc-eval]

View File

@ -449,7 +449,4 @@ if the @racket[args] list is imbalanced, and the search stops at a
non-keyword value.)}
@close-eval[kw-eval]

View File

@ -67,6 +67,4 @@ Builds a function that accepts a structure type instance (matching
structure type instance.}
@close-eval[struct-eval]

View File

@ -189,5 +189,4 @@ Imports nothing, exports @racket[cookie^].}
Includes everything exported by the @racketmodname[net/cookie] module.
@close-eval[cookie-eval]

View File

@ -243,5 +243,4 @@ Imports nothing, exports @racket[head^].}
Includes everything exported by the @racketmodname[net/head] module.
@close-eval[head-eval]

View File

@ -1459,5 +1459,4 @@ frozen structure in @racket[F].}
]
@close-eval[racklog-eval]

View File

@ -3100,7 +3100,4 @@ column-span of the new lw is always zero.
}
@close-eval[redex-eval]

View File

@ -1124,5 +1124,4 @@ is rendered as @racketblock[Γ ⊢ e : t]
@generate-bibliography[]
@close-eval[amb-eval]

View File

@ -344,6 +344,4 @@ Analogous to @racket[(unsafe!)], makes unsafe bindings of
module.}
@close-eval[objc-eval]

View File

@ -479,5 +479,4 @@ annotates operations that can be inlined by the compiler (see
decompiler can be used to help predict parallel performance.
@close-eval[future-eval]

View File

@ -309,5 +309,4 @@ Returns @racket[(not v)].}
}
@close-eval[bool-eval]

View File

@ -202,6 +202,4 @@ allocated in the @tech{shared memory space}.
@mz-examples[#:eval flfx-eval (make-shared-fxvector 4 3)]}
@close-eval[flfx-eval]

View File

@ -124,6 +124,4 @@ results, and a number indicating the depth of the call.
}
@close-eval[ev]

View File

@ -275,5 +275,4 @@ A @techlink{check-procedure} that accepts syntax booleans.
}
@close-eval[the-eval]

View File

@ -60,6 +60,4 @@ refman]{module path index}; in this case, the
contains the ``self'' index.}
@close-eval[evaluator]

View File

@ -84,4 +84,3 @@
[lst (for/list ([x (in-heap/consume! h)]) x)])
(heap-count h))
0)

View File

@ -133,5 +133,4 @@ Typed Racket also attempts to detect more than one error in the module.
}
@close-eval[the-eval]

View File

@ -214,5 +214,4 @@ This module provides a macro for non-deterministic finite automata with epsilon
@include-section["re.scrbl"]
@close-eval[our-eval]

View File

@ -206,5 +206,4 @@ This module provides a few transformers that extend the syntax of regular expres
(list 1 0)])]
@close-eval[our-eval]

View File

@ -66,5 +66,4 @@ When attached to a struct type, automatically generates a printer using
}
@close-eval[the-eval]

View File

@ -155,5 +155,4 @@ listeners.
}
@close-eval[the-eval]

View File

@ -88,5 +88,4 @@ will then return a list of the log messages that have been reported.
]}
@close-eval[the-eval]

View File

@ -21,5 +21,4 @@ Note that these variables must have values accepted by
}
@close-eval[the-eval]

View File

@ -59,5 +59,4 @@ Corresponds to @racket[parameterize*], but can parameterize parameter groups as
}
@close-eval[evaluator]