package catala

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Shared_ast.TypeSource

Sourcetype t = Shared_ast__.Definitions.naked_typ Catala_utils.Marked.pos
Sourceval equal : t -> t -> bool
Sourceval equal_list : t list -> t list -> bool
Sourceval compare : t -> t -> int
Sourceval unifiable : t -> t -> bool
Sourceval unifiable_list : t list -> t list -> bool

Similar to equal, but allows TAny holes

Sourceval arrow_return : t -> t

Returns the last member in nested TArrow types