We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4103575 commit db0c77dCopy full SHA for db0c77d
Path.roc package/Path.roc
@@ -199,4 +199,4 @@ toStrUnix : Path -> Result Str [InvalidStr U64]
199
## Converts the given [Path] to either a [List U8] (if the path was created
200
## using [Path.unix]) or a [List U16] (if the path was created with [Path.windows]).
201
toNums : Path -> [Windows (List U16), Unix (List U8)]
202
-toNums \@Path path -> path
+toNums = \@Path path -> path
package/main.roc
@@ -0,0 +1,3 @@
1
+package [
2
+ Path,
3
+] {}
0 commit comments