Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| teaching:cc4101:tareas:2015-1:tarea2 [2015/04/21 21:42] – [P3 - Inferencia de tipos (4.5pt)] flarenas | teaching:cc4101:tareas:2015-1:tarea2 [2015/05/11 17:08] (current) – [P2 - Variables fluidas (1.0pt)] flarenas | ||
|---|---|---|---|
| Line 20: | Line 20: | ||
| <code haskell> | <code haskell> | ||
| > run "((fun (x) (+ x 1)) 3)" | > run "((fun (x) (+ x 1)) 3)" | ||
| - | 4 | + | NumV 4 |
| </ | </ | ||
| Line 38: | Line 38: | ||
| (flet (x 10) | (flet (x 10) | ||
| (f 1))))" | (f 1))))" | ||
| - | 11 | + | NumV 11 |
| </ | </ | ||
| Line 94: | Line 94: | ||
| Estudie el capitulo 30.2 del PLAI para una explicación detallada de como generar constraints. | Estudie el capitulo 30.2 del PLAI para una explicación detallada de como generar constraints. | ||
| - | Defina la función '' | + | Defina la función '' |
| === C. Unificación === | === C. Unificación === | ||

