Cpp.Stmts
Helpers for common statement constructs
Wrap the list of statements in a block if it isn't a singleton block already
Set up the try/catch logic for throwing an exception with its location set to the Stan program location.
val fori : identifier -> expr -> expr -> stmt -> stmt
val unused : identifier -> stmt list
Suppress warnings for a variable which may not be used.