Skip to content

PRL-PRG/subtype-fuzzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

subtype-fuzzer — random type generator for testing Julia subtyping implementation

Requirements

You need to have Haskell stack tool. For the Unix-like systems the installation can be done by one-liner:

make get-stack

Build

Although the project is stack-based, it has a simple make-interface. Consult Makefile for the main targets.

To build the project:

make

(It will simply call stack build.)

Usage

To run the fuzzer to get some random types do:

make run

It will generate N groups of similar types. The value of N is hardcoded in the Haskell source (src/Main.hs, constant exp_num). There are 99 of experiments by default.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published