This function analyzes if a world provided by the user satisfies all requirements.
Argumentos
- world
The world provided by the user. It's a list. See details in
generar_mundo
.
Valor
If a misespecification is found, this function produces a stop and provides a descriptive error message.
Detalles
This function is called by .generate_world
.