Skip to content

sol/format

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

String interpolation for Haskell.

Here is an interactive session that shows how it is used:

>>> :set -fth
>>> let x = "bar"
>>> let y = 23
>>> $(format "foo {x} {y} baz")
"foo bar 23 baz"

About

String interpolation for Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published