Skip to content

BraulioVM/falge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Falge

Travis Build

Finite algebra experiments with scala

Let's say you want to see whether Z[2] is a semigroup:

import falge.structures.semigroup

val potential_semigroup = new Semigroup[Int](Set(0, 1), (x, y) => (x + y) % 2)

assert(potential_semigroup.verify(), true)

Structures

I have already implemented and written tests for the following algebraic structures

About

Finite algebra experiments with Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages