Fix derivation primop

This commit is contained in:
Eelco Dolstra
2021-11-04 15:04:00 +01:00
parent cbfbf71e08
commit acd6bddec7
3 changed files with 20 additions and 9 deletions
+2
View File
@@ -277,6 +277,8 @@ private:
Value * addConstant(const string & name, Value & v);
void addConstant(const string & name, Value * v);
constexpr static size_t maxPrimOpArity = 3;
Value * addPrimOp(const string & name,