Grooming for the PermissionLevel module.

master
Philippe Pittoli 2023-05-27 13:01:23 +02:00
parent 9d3e139b52
commit 20b3a5aeb2
1 changed files with 4 additions and 7 deletions

View File

@ -1,10 +1,7 @@
-- | TODO: Phone module should include at least some sort of smart
-- | constructors, rejecting invalid phone numbers.
module App.PermissionLevel where
import Prelude
import Data.Codec.Argonaut (JsonCodec)
import Data.Codec.Argonaut as CA
import Data.Codec.Argonaut.Variant as CAV
import Data.Variant as V