vocabulary-kadma-0.1.0.0: src/Data/Smaoin/Vocabulary/Smaoin.hs
{- This file is part of vocabulary-kadma.
-
- Written in 2015 by fr33domlover <fr33domlover@rel4tion.org>.
-
- ♡ Copying is an act of love. Please copy, reuse and share.
-
- The author(s) have dedicated all copyright and related and neighboring
- rights to this software to the public domain worldwide. This software is
- distributed without any warranty.
-
- You should have received a copy of the CC0 Public Domain Dedication along
- with this software. If not, see
- <http://creativecommons.org/publicdomain/zero/1.0/>.
-}
module Data.Smaoin.Vocabulary.Smaoin (
-- * Types
_Boolean
, _Character
, _Number
, _String
, _Data
)
where
import Data.Smaoin (res)
_Boolean = res "79e6439d-fd7a-4bb9-831d-282d6e16ac49"
_Character = res "4d90b09f-2ca0-40e2-9adf-51a2c5245778"
_Number = res "172c2867-acc9-4cb8-ad8e-7d9c89e3baee"
_String = res "c70c45b4-db3c-4f72-a7da-55c29b6bdb5b"
_Data = res "33fc5feb-423f-4a20-91fb-9b5f2444c96d"