summaryrefslogtreecommitdiff
path: root/src/cli/runtime/PersistentArray.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli/runtime/PersistentArray.cs')
-rw-r--r--src/cli/runtime/PersistentArray.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cli/runtime/PersistentArray.cs b/src/cli/runtime/PersistentArray.cs
index 71002269..cec59dcc 100644
--- a/src/cli/runtime/PersistentArray.cs
+++ b/src/cli/runtime/PersistentArray.cs
@@ -119,8 +119,8 @@ internal class EntryLink : Entry
}
internal class Seq : ISeq{
- PersistentArray p;
- int i;
+ readonly PersistentArray p;
+ readonly int i;
internal Seq(PersistentArray p, int i){
this.p = p;