mirror of
https://github.com/peklaiho/madlisp.git
synced 2024-11-23 05:45:06 +00:00
8 lines
69 B
PHP
8 lines
69 B
PHP
<?php
|
|
namespace MadLisp;
|
|
|
|
abstract class Seq extends Collection
|
|
{
|
|
|
|
}
|