All Downloads are FREE. Search and download functionalities are using the official Maven repository.

elloworld.idris-jvm-compiler.0.7.1-rc.1.source-code.Algebra.idr Maven / Gradle / Ivy

The newest version!
module Algebra

import public Algebra.ZeroOneOmega
import public Algebra.Semiring
import public Algebra.Preorder

%default total

public export
RigCount : Type
RigCount = ZeroOneOmega

export
showCount : RigCount -> String
showCount = elimSemi "0 " "1 " (const "")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy