Format Box

This commit is contained in:
Ayaz Hafiz 2022-05-18 15:27:39 -04:00
parent e293a8d4fa
commit 4cb828987e
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58

View File

@ -1,6 +1,6 @@
interface Box
exposes [ box, unbox ]
imports [ ]
imports []
box : a -> Box a
unbox : Box a -> a