summaryrefslogtreecommitdiff
path: root/typed-sequence.rkt
blob: 448410d560d0e19af38bd593878a931d478acfd9 (plain)
1
2
3
4
5
6
7
#lang racket

(provide sequence->sequence)

;; Sequence -> (Sequenceof Any)
(define (sequence->sequence x)
  x)