recursive-type

    4熱度

    1回答

    我造型在F#的應用程序,我遇到試圖建構以下遞歸式數據庫表時有困難: type Base = | Concrete1 of Concrete1 | Concrete2 of Concrete2 and Concrete1 = { Id : string Name : string } and Concrete2 = { Id : string