mirror of
https://github.com/c-cube/iter.git
synced 2025-12-05 19:00:31 -05:00
remove sequence
This commit is contained in:
parent
670d8b09f3
commit
28f50adc63
3 changed files with 0 additions and 17 deletions
|
|
@ -1,6 +0,0 @@
|
|||
|
||||
[@@@ocaml.deprecated "the package is now `Iter`"]
|
||||
|
||||
include Iter
|
||||
|
||||
type 'a sequence = 'a iter
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
|
||||
[@@@ocaml.deprecated "the package is now `Iter`"]
|
||||
|
||||
include IterLabels
|
||||
|
|
@ -1,7 +0,0 @@
|
|||
|
||||
(library
|
||||
(name sequence)
|
||||
(public_name sequence)
|
||||
(wrapped false)
|
||||
(flags :standard -warn-error -a+8 -safe-string)
|
||||
(libraries iter))
|
||||
Loading…
Add table
Reference in a new issue