generated from elmw/hello-world
-
Notifications
You must be signed in to change notification settings - Fork 1
not
Subhajit Sahu edited this page Mar 24, 2021
·
6 revisions
not a
-- a: a boolean
import Boolean exposing (..)
not False
-- True
not True
-- False