Skip to content

crabbo-rave/Soup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Soup

Extra and extended datatypes for Lean 4

Use

Go to lakefile.lean and add the git repo to your dependencies:

package PackageName {
  dependencies := #[
    { name := `Soup, src := Source.git "https://github.com/crabbo-rave/Soup.git" "master"}
    ...
  ]
  ...
}

Features

Contains:

  • Heterogeneous Lists
  • Extra List Functions
  • Accessing nth element of Prod
  • Range functionality
  • Unwrapping Fin type
  • Functor instance for Sum

About

Extra and extended datatypes for Lean 4

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages