Skip to content

HList-based implementation of records for Dotty

Notifications You must be signed in to change notification settings

obkson/dotty-hlist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HList-based record implemention for Dotty

Toy implementation of ordered records.

Inspired by Shapeless

Compile

Make sure to clone the fork of Dotty: https://github.com/obkson/dotty/tree/dotty-records

Clone, compile and package the dotty-records lib: https://github.com/obkson/dotty-records

Run the install_deps script to install unmanaged dependencies into local repo.

To get an executable jar-file with all dependencies:

mvn clean compile assembly:single

Run

java -jar target/dotty-hlist_0.8-0.1-jar-with-dependencies.jar 

About

HList-based implementation of records for Dotty

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published