types

package
v0.0.0-...-0e61b49 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 15, 2023 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsVoid

func IsVoid(x any) bool

Types

type ElemType

type ElemType[T any] interface {
	ElemType(T)
}

type HKT

type HKT[F_ Kind, A any] interface {
	KindType[F_]
	ElemType[A]
}

type Kind

type Kind interface {
}

type KindType

type KindType[F_ any] interface {
	Kind(F_)
}

type Nil

type Nil any

type Type

type Type interface {
}

type Unit

type Unit struct{}
var UnitValue Unit = Unit(struct{}{})

func MakeUnit

func MakeUnit() Unit

type Void

type Void absurd

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL