Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 159 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 159 Bytes

PPX Str

Lets you do

let name = "aria"
let name2 = "ppx_str"

let my_str = [%str
  {|Hello there {name} I am {name2} and {string_of_int 1}|}
]