Skip to content

Commit

Permalink
Merge pull request #318 from mohamed-barakat/devel
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-barakat committed Jan 21, 2023
2 parents f1e0cec + d62495d commit cd5d11b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion PackageInfo.g
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SetPackageInfo( rec(

PackageName := "FunctorCategories",
Subtitle := "Categories of functors",
Version := "2023.01-06",
Version := "2023.01-07",

Date := ~.Version{[ 1 .. 10 ]},
Date := Concatenation( "01/", ~.Version{[ 6, 7 ]}, "/", ~.Version{[ 1 .. 4 ]} ),
Expand Down
4 changes: 3 additions & 1 deletion gap/PreSheaves.gi
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,9 @@ InstallMethodWithCache( PreSheavesOfFpEnrichedCategory,
rho_vals[i] ) );

mor := DirectProductFunctorial( H,
mors );
List( mors, Source ),
mors,
List( mors, Range ) );

return LiftAlongMonomorphism( H,
emb_range,
Expand Down

0 comments on commit cd5d11b

Please sign in to comment.