You need to enable JavaScript to run this app.
Results will be displayed here
Score: 0 / 11
Opérateur sous forme préfixée
Expression fonctionnelle
Fonction à un argument
Définition locale de valeur(s) primitive(s)
Définition locale simultanée
Fonction appliquée à un argument
Définition globale de fonction(s)
Expression primitive
Fonction appliquée à plusieurs arguments
Déclaration
Fonction à plusieurs arguments
Définition globale de valeur(s) primitive(s)
let add x y = x + y
let x = 2 in x + 3
let x = 2
let x = 2 and y = 3 in x + y
let succ x = x + 1
function x -> x + 3
(fun x y -> x + y) 2 3
fun x y -> x + y
x + 3
( + )
(function x -> x + 3) 2)
Submit
Clear