Skip to content

Commit

Permalink
functgor->functor
Browse files Browse the repository at this point in the history
  • Loading branch information
TeamSPoon committed Sep 1, 2024
1 parent d72e2d3 commit 32aa292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canary/metta_types.pl
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
get_type_cmpd(_Dpth,_Slf,Val,Type,dict):- is_dict(Val,Type),!,
get_dict_type(Val,Type,TypeO).

get_type_cmpd(_Dpth,_Slf,'#\\'(_),'Char',functgor):- !.
get_type_cmpd(_Dpth,_Slf,'#\\'(_),'Char',functor):- !.

% Curried Op
get_type_cmpd(Depth,Self,[[Op|Args]|Arg],Type,curried(W)):-
Expand Down

0 comments on commit 32aa292

Please sign in to comment.