Skip to content

A OCaml generator for well-typed terms (that use their arguments).

Notifications You must be signed in to change notification settings

bquiring/well-typed-term-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A well-typed program generator framework written in OCaml.

Required:

ocaml
dune
utop (opam install utop)

to build:

dune build

to run:

dune exec -- gen_haskell -n 1000 -size 15

to debug:

dune utop
...
let Debug.debug_mode := true;;
let p = Generate.generate_fp (Generators.main (fun x -> 1.)) 100 Type.FlatTyInt in PrettyPrinter.pretty_print p;;

About

A OCaml generator for well-typed terms (that use their arguments).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published