Aymeric Fromherz
2016-08-06 21:00:39 UTC
Hi,
I have a function f with signature nat -> nat * Z * Z
I would like to retrieve the result values when calling it by doing
let (a, b, c) := f n,
but I get the following error :
Error: Destructing let on this type expects 2 variables.
Is there a way to do something similar?
Thanks,
Aymeric Fromherz
I have a function f with signature nat -> nat * Z * Z
I would like to retrieve the result values when calling it by doing
let (a, b, c) := f n,
but I get the following error :
Error: Destructing let on this type expects 2 variables.
Is there a way to do something similar?
Thanks,
Aymeric Fromherz