Skip to content

Commit

Permalink
fix Int.Range
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed Oct 10, 2023
1 parent 6bdd10c commit cef476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stdlib/Data/Int/Range.juvix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module Stdlib.Data.Int.Range;
import Stdlib.Data.Fixity open;

import Stdlib.Data.Bool open;
import Stdlib.Data.Int open;
import Stdlib.Data.Int.Base open;
import Stdlib.Data.Int.Ord open;

--- A range of integers
Expand Down

0 comments on commit cef476f

Please sign in to comment.