diff options
| author | Rich Hickey <richhickey@gmail.com> | 2006-05-31 17:08:06 +0000 |
|---|---|---|
| committer | Rich Hickey <richhickey@gmail.com> | 2006-05-31 17:08:06 +0000 |
| commit | aaf41d731cc4baa7693cae8d09814a00cd0e6255 (patch) | |
| tree | 421312d2c0bae0e43432535b2d0f1cda2b5b1e39 /src/cli/runtime/Cons.cs | |
| parent | 57162d9fc2d5f78518b20aa49d4843d9de2c1b3e (diff) | |
renamed AMap to Obj
Diffstat (limited to 'src/cli/runtime/Cons.cs')
| -rw-r--r-- | src/cli/runtime/Cons.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/runtime/Cons.cs b/src/cli/runtime/Cons.cs index 02e20202..e097aafb 100644 --- a/src/cli/runtime/Cons.cs +++ b/src/cli/runtime/Cons.cs @@ -15,7 +15,7 @@ using System; namespace org.clojure.runtime
{ -public class Cons : AMap,Iter
+public class Cons : Obj,Iter
{ public readonly Object first; |
