Skip to content

Commit

Permalink
Merge pull request #27 from gap-packages/mh/InstallValue
Browse files Browse the repository at this point in the history
Change InstallValue -> InstallGlobalFunction
  • Loading branch information
ruthhoffmann authored Mar 11, 2024
2 parents 6f972b0 + fd3196f commit 28f3004
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/transducers.gd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ DeclareGlobalFunction( "TransposedTransducer" );
##
#V HashPair
##
DeclareGlobalVariable("HashPair");
DeclareGlobalFunction("HashPair");

#############################################################################
##
Expand Down
2 changes: 1 addition & 1 deletion lib/transducers.gi
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ end );
##
#V HashPair
##
InstallValue(HashPair, s->HashKeyBag(s,57,0,12));
InstallGlobalFunction(HashPair, s->HashKeyBag(s,57,0,12));

#############################################################################
##
Expand Down

0 comments on commit 28f3004

Please sign in to comment.