From fd3196fcc5ec4389d8f3d477e8518804610574f0 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 10 Jan 2024 01:55:47 +0100 Subject: [PATCH] Change InstallValue -> InstallGlobalFunction --- lib/transducers.gd | 2 +- lib/transducers.gi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/transducers.gd b/lib/transducers.gd index 61cfadd..668e959 100644 --- a/lib/transducers.gd +++ b/lib/transducers.gd @@ -44,7 +44,7 @@ DeclareGlobalFunction( "TransposedTransducer" ); ## #V HashPair ## -DeclareGlobalVariable("HashPair"); +DeclareGlobalFunction("HashPair"); ############################################################################# ## diff --git a/lib/transducers.gi b/lib/transducers.gi index ae83e60..ad5fa36 100644 --- a/lib/transducers.gi +++ b/lib/transducers.gi @@ -69,7 +69,7 @@ end ); ## #V HashPair ## -InstallValue(HashPair, s->HashKeyBag(s,57,0,12)); +InstallGlobalFunction(HashPair, s->HashKeyBag(s,57,0,12)); ############################################################################# ##