remove sequence

This commit is contained in:
Simon Cruanes 2021-01-08 13:13:57 -05:00
parent 670d8b09f3
commit 28f50adc63
3 changed files with 0 additions and 17 deletions

View file

@ -1,6 +0,0 @@
[@@@ocaml.deprecated "the package is now `Iter`"]
include Iter
type 'a sequence = 'a iter

View file

@ -1,4 +0,0 @@
[@@@ocaml.deprecated "the package is now `Iter`"]
include IterLabels

View file

@ -1,7 +0,0 @@
(library
(name sequence)
(public_name sequence)
(wrapped false)
(flags :standard -warn-error -a+8 -safe-string)
(libraries iter))