1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

* Every real language has a `map' function.

This commit is contained in:
Eelco Dolstra 2004-08-04 11:27:53 +00:00
parent bbfdd64741
commit d8989b1fb4
2 changed files with 19 additions and 2 deletions

View file

@ -221,7 +221,7 @@ Expr evalExpr2(EvalState & state, Expr e)
(state, args2);
} else
/* Need more arguments, so propagate the primop. */
return ATmake("PrimOp(<int>, <term>, <list>)",
return ATmake("PrimOp(<int>, <term>, <term>)",
arity, fun, args);
}