Trying to use elm as a templating engine for AMP pages. But they have 
specific requirements where I need to specify attributes without values. Is 
that possible with some elm construct?

https://www.ampproject.org/docs/tutorials/create/basic_markup

for an example:

amp =
    boolProperty "⚡" True


creates `⚡="true"` instead of just the `⚡`

-- 
You received this message because you are subscribed to the Google Groups "Elm 
Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to elm-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to