lib: strings: add 'mkMailAddress'
This commit is contained in:
parent
62adfd5055
commit
8bf601a6aa
|
@ -2,5 +2,8 @@
|
||||||
let
|
let
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# FIXME
|
# Make an email address from the name and domain stems
|
||||||
|
#
|
||||||
|
# mkMailAddress :: String -> String -> String
|
||||||
|
mkMailAddress = name: domain: "${name}@${domain}";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue