From 7e536adc932050d0c0f16a29e4a50f5a0e1d2b0f Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Sun, 26 Nov 2017 14:53:44 +0100 Subject: [PATCH] Resolve #111: abstract type implementation is now shown as comment --- backend/Builtins.icl | 2 +- backend/Cloogle | 2 +- frontend/clean.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/Builtins.icl b/backend/Builtins.icl index 237e3ac..73c2999 100644 --- a/backend/Builtins.icl +++ b/backend/Builtins.icl @@ -80,7 +80,7 @@ builtin_types ++ tuples ] where - deft = {tde_typedef={td_name="", td_uniq=False, td_args=[], td_rhs=TDRAbstract}, tde_doc=Nothing} + deft = {tde_typedef={td_name="", td_uniq=False, td_args=[], td_rhs=TDRAbstract Nothing}, tde_doc=Nothing} defc = {cons_name="", cons_args=[], cons_exi_vars=[], cons_context=[], cons_priority=Nothing} lists = [make_list kind spine \\ kind <- [[], ['#'], ['!'], ['|']], spine <- [[], ['!']] | kind <> ['|'] || spine <> ['!']] diff --git a/backend/Cloogle b/backend/Cloogle index 0ac186d..49bc648 160000 --- a/backend/Cloogle +++ b/backend/Cloogle @@ -1 +1 @@ -Subproject commit 0ac186d699b64e15c16bb58fc9e5e1d145a4215e +Subproject commit 49bc64834b84a5ac7adb5131a97b4bebb2fbcb8d diff --git a/frontend/clean.js b/frontend/clean.js index dae7359..983eba0 160000 --- a/frontend/clean.js +++ b/frontend/clean.js @@ -1 +1 @@ -Subproject commit dae7359d2b9766dcddacd9f30109d3e347297721 +Subproject commit 983eba07ab0982135e75c8299208e69581ccad14 -- GitLab