Weblio英和対訳辞書

英和辞典・和英辞典 - Weblio辞書

Option type

Weblio英和対訳辞書はプログラムで機械的に意味や英語表現を生成しているため、不適切な項目が含まれていることもあります。ご了承くださいませ。
調べた例文を記録して、効率よく覚えましょう
Weblio会員無料で登録できます
履歴機能 過去に調べた単語を確認できる
語彙力診断 診断回数が4回に増加
マイ単語帳 便利な学習機能付き
マイ例文帳 文章で意味を理解できる

Wiktionary英語版

出典:Wiktionary

option type

出典:『Wiktionary』 (2024/10/11 19:08 UTC )

ウィキペディア英語版

出典:Wikipedia

Option type

出典:『Wikipedia』 (2011/03/16 02:45 UTC 版)

英語による解説

ウィキペディア英語版からの引用
引用

In programming languages (especially functional programming languages) and type theory, an option type or maybe type is a polymorphic type that represents encapsulation of an optional value; e.g. it is used as the return type of functions which may or may not return a meaningful value when they're applied. It consists of either an empty constructor (called None or Nothing), or a constructor encapsulating the original data type A (written Just A or Some A).

option typeのページの著作権