Sha256: 2d8ce4d9a6ce2550a70ff839bfc9f3d8a32cceccf72772e3034bbdbd9a0783b7
Contents?: true
Size: 333 Bytes
Versions: 3
Compression:
Stored size: 333 Bytes
Contents
open Core.Std (* finds a template within a file, returning the line numbers of the comment starting and ending the template, and the body of the template *) val find_template : template_text: string -> (int * int * string) option val run : templates_folder: string -> canonical_data_folder: string -> output_folder: string -> unit
Version data entries
3 entries across 3 versions & 1 rubygems