ref: 9afcafd33a81fc6c1f1134ed7c3580964b2d5e3b dir: /lib/Data/Maybe_Type.hs/
-- Copyright 2023 Lennart Augustsson -- See LICENSE file for full license. module Data.Maybe_Type(module Data.Maybe_Type) where data Maybe a = Nothing | Just a