Changeset 39715 in project
- Timestamp:
- 03/14/21 22:39:40 (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wiki/eggref/5/srfi-41
r37259 r39715 13 13 14 14 15 ==== Usage 16 17 The exports of {{streams-primitive}} and {{streams-derived}} are povided by: 18 19 <enscript language=scheme> 20 (import srfi-41) 21 ;Or (a synonym) 22 (import streams) 23 </enscript> 24 25 15 26 === Primitive 16 27 … … 342 353 343 354 <enscript language=scheme> 344 (import s treams)355 (import srfi-41) 345 356 346 357 (define (sigma function m n) … … 352 363 353 364 354 ==== Usage355 356 The exports of {{streams-primitive}} and {{streams-derived}} are povided by:357 358 <enscript language=scheme>359 (import streams)360 ;Or (a synonym)361 (import srfi-41)362 </enscript>363 364 365 365 == Requirements 366 366 … … 378 378 == Version history 379 379 380 ; 2.0.4 : . 380 381 ; 2.0.0 : CHICKEN 5 release. 381 ; 1.2.4 : Included ''inline-type-checks.scm'' so all includes are egg-local.382 ; 1.2.3 :383 ; 1.2.2 : Check for {{stream}} type when ''forcing''; reported by Jim Ursetto. Faster prime number stream; thanks to Matthias Bauer.384 ; 1.2.1 :385 ; 1.2.0 : Use of ''record-variants'' & ''combinators''.386 ; 1.1.0 : Added "srfi-41" modules as synonynom of "streams".387 ; 1.0.2 : Bug fix for problem w/ use of 'obj' in "streams-utils" reported by Josh Griffith. Better error message for nary stream procedures.388 ; 1.0.1 : Updated test.389 ; 1.0.0 : Chicken 4 release.390 382 391 383 392 384 == License 393 385 394 Copyright (C) 2007 by Philip L. Bewig of Saint Louis, Missouri, USA. All rights 395 reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of 396 this software and associated documentation files (the "Software"), to deal in the Software 397 without restriction, including without limitation the rights to use, copy, modify, merge, 398 publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to 399 whom the Software is furnished to do so, subject to the following conditions: The above 400 copyright notice and this permission notice shall be included in all copies or substantial 401 portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 402 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS 403 FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT 404 HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF 405 CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR 406 THE USE OR OTHER DEALINGS IN THE SOFTWARE. 407 408 Copyright (C) 2009 Kon Lovett. All rights reserved. 386 Copyright (C) 2009 Kon Lovett. 387 Copyright (C) 2007 by Philip L. Bewig of Saint Louis, Missouri, USA. 409 388 410 389 Permission is hereby granted, free of charge, to any person obtaining a 411 copy of this software and associated documentation files (the Software), 412 to deal in the Software without restriction, including without limitation 413 the rights to use, copy, modify, merge, publish, distribute, sublicense, 414 and/or sell copies of the Software, and to permit persons to whom the 415 Software is furnished to do so, subject to the following conditions: 390 copy of this software and associated documentation files (the 391 "Software"), to deal in the Software without restriction, including 392 without limitation the rights to use, copy, modify, merge, publish, 393 distribute, sublicense, and/or sell copies of the Software, and to 394 permit persons to whom the Software is furnished to do so, subject to 395 the following conditions: 416 396 417 397 The above copyright notice and this permission notice shall be included 418 398 in all copies or substantial portions of the Software. 419 399 420 THE SOFTWARE IS PROVIDED ASIS, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR421 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 422 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL 423 THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR 424 OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,425 ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 426 OTHER DEALINGS IN THE SOFTWARE.400 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS 401 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 402 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 403 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY 404 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 405 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 406 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Note: See TracChangeset
for help on using the changeset viewer.