Vertaling van "type eff" in Spaans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
For example, since the main function is required to have type Eff eff a for some set of effects eff and some type a, it can be invoked as follows
Por ejemplo, como la función main tiene que tener el tipo Eff eff a para algún conjunto de efectos eff y algún tipo a, se puede invocar como sigue
Its runtime representation is quite simple - an expression of type Eff eff a should evaluate to a JavaScript function of no arguments, which performs any side-effects and returns a value with the correct runtime representation for type a.
Su representación en tiempo de ejecución es bastante simple; una expresión de tipo Eff eff a debe evaluarse a una función JavaScript sin argumentos que realiza cualquier efecto secundario y devuelve un valor con la representación en tiempo de ejecución para el tipo a.
Note that, as in the case of log, the alert function uses a function of no arguments to represent the computation of type Eff (alert:: ALERT | eff) Unit.
Date cuenta de que al igual que en el caso de log, la función alert usa una función sin argumentos para representar el cálculo de tipo Eff (alert:: ALERT | eff) Unit.
The only way in which side-effects managed by the Eff monad will be presented is to run a computation of type Eff eff a from JavaScript.
La única forma en que los efectos secundarios gestionados por la monada Eff se presentarán es ejecutar un cálculo de tipo Eff eff a desde JavaScript.
Expressions of type Eff eff a can be invoked from JavaScript like regular JavaScript methods.
Las expresiones de tipo Eff eff a se pueden invocar desde JavaScript como métodos JavaScript normales.