ir

package
v0.0.0-...-85d0641 Latest Latest
Warning

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

Go to latest
Published: Jan 10, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BasicType

type BasicType struct {
	Name string
}

type ConcreteType

type ConcreteType struct {
	AbstractTy Type
	Args       []Type
}

type DataDecl

type DataDecl struct {
	Name         string
	TypeVarCount int
	Conss        []*ValCons
}

type Decl

type Decl interface {
}

type File

type File struct {
	Decls []Decl
}

type NamedType

type NamedType struct {
	Name string
}

type Type

type Type interface {
}

type TypeVar

type TypeVar struct {
	Num int
}

type ValCons

type ValCons struct {
	Name   string
	Params []Type
}

Jump to

Keyboard shortcuts

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