mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-28 22:22:10 +03:00
Add missing import
This wouldn't have got caught since the merge that caused the problem was checked before I pushed the patch that made import work right! So hopefully this'll sort it.
This commit is contained in:
parent
6b8324db3b
commit
1c889ec99e
@ -2,6 +2,7 @@ module Utils.Path
|
||||
|
||||
import Data.List
|
||||
import Data.Maybe
|
||||
import Data.Nat
|
||||
import Data.Strings
|
||||
import Data.String.Extra
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user