Module

Erl.Atom

Package
erl-atom
Repository
purerl/purescript-erl-atom

#Atom Source

data Atom :: Type

Instances

#atom Source

atom :: String -> Atom

Create atom from the given String, creating it if necessary. For Unicode characters > 255 this requires Erlang/OTP 20.

#toString Source