Skip to content

Commit 6a9013f

Browse files
committed
fix imports
1 parent 5a8944d commit 6a9013f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Free/Finite/FinPathCategory.lidr

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
2323
>
2424
> import Basic.Category
2525
> import Data.Vect
26-
> import Free.FinGraph
27-
> import Free.FinPath
26+
> import Free.Finite.FinGraph
27+
> import Free.Finite.FinPath
2828
>
2929
> %access public export
3030
> %default total

0 commit comments

Comments
 (0)