Skip to content

Commit

Permalink
Added all-combinations to header.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Stuhlmueller committed Dec 18, 2011
1 parent 40e7a45 commit d9ae5bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cosh/header.ss
Expand Up @@ -12,7 +12,7 @@
'((import (rnrs)
(rnrs mutable-pairs)
(scheme-tools object-id)
(only (scheme-tools) pair rest sum pretty-print pe sym+num exact->inexact inexact->exact)
(only (scheme-tools) pair rest sum pretty-print pe sym+num exact->inexact inexact->exact all-combinations)
(only (scheme-tools math) random-real random-integer randomize-rng)
(except (scheme-tools srfi-compat :1) any)
(scheme-tools hash)
Expand Down

0 comments on commit d9ae5bb

Please sign in to comment.