ScratchData LogoScratchData
Back to pupon's profile

型推論

PUpupon•Created February 12, 2025
型推論
3
3
50 views
View on Scratch

Instructions

型の種類はint, bool, func, pairです。 式はリテラル(int, bool)とラムダ式、ペア、letが使えます。 let id = \x -> x in (id 3, id (\x -> x+1)) (int, (int -> int))

Description

Hindley-Milner型システムのAlgorithm Jです。

Project Details

Project ID1133240451
CreatedFebruary 12, 2025
Last ModifiedMarch 29, 2025
SharedMarch 24, 2025
Visibilityvisible
CommentsAllowed