diff --git a/docs/opshin/types.html b/docs/opshin/types.html index c5b58b7d..56214172 100644 --- a/docs/opshin/types.html +++ b/docs/opshin/types.html @@ -499,9 +499,9 @@

Module opshin.types

return OLambda( ["self"], transform_ext_params_map(attr_typ)( - plt.NthField( + plt.ConstantNthField( OVar("self"), - plt.Integer(pos), + pos, ), ), ) @@ -579,7 +579,7 @@

Module opshin.types

plt.Apply( field_type.stringify(recursive=True), transform_ext_params_map(field_type)( - plt.NthField(OVar("self"), plt.Integer(pos)) + plt.ConstantNthField(OVar("self"), pos) ), ), map_fields, @@ -590,7 +590,7 @@

Module opshin.types

plt.Apply( self.record.fields[0][1].stringify(recursive=True), transform_ext_params_map(self.record.fields[0][1])( - plt.NthField(OVar("self"), plt.Integer(pos)) + plt.ConstantNthField(OVar("self"), pos) ), ), map_fields, @@ -7720,9 +7720,9 @@

Class variables

return OLambda( ["self"], transform_ext_params_map(attr_typ)( - plt.NthField( + plt.ConstantNthField( OVar("self"), - plt.Integer(pos), + pos, ), ), ) @@ -7800,7 +7800,7 @@

Class variables

plt.Apply( field_type.stringify(recursive=True), transform_ext_params_map(field_type)( - plt.NthField(OVar("self"), plt.Integer(pos)) + plt.ConstantNthField(OVar("self"), pos) ), ), map_fields, @@ -7811,7 +7811,7 @@

Class variables

plt.Apply( self.record.fields[0][1].stringify(recursive=True), transform_ext_params_map(self.record.fields[0][1])( - plt.NthField(OVar("self"), plt.Integer(pos)) + plt.ConstantNthField(OVar("self"), pos) ), ), map_fields, @@ -7891,9 +7891,9 @@

Methods

return OLambda( ["self"], transform_ext_params_map(attr_typ)( - plt.NthField( + plt.ConstantNthField( OVar("self"), - plt.Integer(pos), + pos, ), ), ) @@ -8132,7 +8132,7 @@

Methods

plt.Apply( field_type.stringify(recursive=True), transform_ext_params_map(field_type)( - plt.NthField(OVar("self"), plt.Integer(pos)) + plt.ConstantNthField(OVar("self"), pos) ), ), map_fields, @@ -8143,7 +8143,7 @@

Methods

plt.Apply( self.record.fields[0][1].stringify(recursive=True), transform_ext_params_map(self.record.fields[0][1])( - plt.NthField(OVar("self"), plt.Integer(pos)) + plt.ConstantNthField(OVar("self"), pos) ), ), map_fields,