Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val from_file :
?env:Jg_types.environment ->
?models:Jg_types.frame ->
output:(Jg_types.tvalue -> unit) ->
?ctx:Jg_types.context ->
string ->
unit
val from_string :
?env:Jg_types.environment ->
?models:Jg_types.frame ->
?file_path:'a ->
output:(Jg_types.tvalue -> unit) ->
?ctx:Jg_types.context ->
string ->
unit
val from_chan :
?env:Jg_types.environment ->
?models:Jg_types.frame ->
?file_path:string ->
output:(Jg_types.tvalue -> unit) ->
?ctx:Jg_types.context ->
Stdlib.in_channel ->
unit