// Workers AI · traducción al español
Tipos de datos inductivos
Tipo de datos inductivo puede referirse a: Tipo de datos algebraico, un tipo de datos cuyos valores son datos de otros tipos de datos envueltos en uno de los constructores del tipo de datos Familia inductiva, una familia de tipos de datos inductivos indexados por otro tipo o valor Tipo de datos recursivo, un tipo de datos para valores que pueden contener otros valores del mismo tipo.
Traducción generada por IA. El artículo original en inglés continúa abajo.
Inductive data type
From Wikipedia, the free encyclopedia
Inductive data type may refer to:
Algebraic data type , a datatype each of whose values is data from other datatypes wrapped in one of the constructors of the datatype
Inductive family , a family of inductive data types indexed by another type or value
Recursive data type , a data type for values that may contain other values of the same type
Topics referred to by the same term