~ubuntu-branches/ubuntu/trusty/mit-scheme/trusty-proposed

« back to all changes in this revision

Viewing changes to src/runtime/scomb.scm

  • Committer: Bazaar Package Importer
  • Author(s): Chris Hanson
  • Date: 2006-09-20 21:59:42 UTC
  • mfrom: (1.1.4 upstream) (3.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060920215942-o3erry1wowyk1ezz
Tags: 7.7.90+20060906-3
No changes; rebuild with downgraded openssl in order to permit
transition into testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#| -*-Scheme-*-
2
2
 
3
 
$Id: scomb.scm,v 14.23 2003/02/14 18:28:33 cph Exp $
 
3
$Id: scomb.scm,v 14.24 2006/08/29 04:17:58 cph Exp $
4
4
 
5
5
Copyright 1986,1987,1988,1989,1990,1991 Massachusetts Institute of Technology
6
6
Copyright 1992,1995,1997,2001,2002,2003 Massachusetts Institute of Technology
 
7
Copyright 2006 Massachusetts Institute of Technology
7
8
 
8
9
This file is part of MIT/GNU Scheme.
9
10
 
31
32
 
32
33
(define (initialize-package!)
33
34
  (set! combination/constant-folding-operators
34
 
        (map make-primitive-procedure
 
35
        (map (lambda (name)
 
36
               (make-primitive-procedure name #t))
35
37
             '(
36
38
               &*
37
39
               &+