From a83152825c6dafbe46f3878c87b80f65a826784c Mon Sep 17 00:00:00 2001 From: Georg Haaser Date: Thu, 16 Apr 2020 08:12:17 +0200 Subject: [PATCH] fixed Fable compile problems --- src/FSharp.Data.Adaptive/AdaptiveIndexList/AdaptiveIndexList.fs | 1 + .../AdaptiveIndexList/AdaptiveIndexList.fsi | 1 + src/FSharp.Data.Adaptive/FSharp.Data.Adaptive.fsproj | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/FSharp.Data.Adaptive/AdaptiveIndexList/AdaptiveIndexList.fs b/src/FSharp.Data.Adaptive/AdaptiveIndexList/AdaptiveIndexList.fs index d2189f5..29ce6df 100644 --- a/src/FSharp.Data.Adaptive/AdaptiveIndexList/AdaptiveIndexList.fs +++ b/src/FSharp.Data.Adaptive/AdaptiveIndexList/AdaptiveIndexList.fs @@ -2,6 +2,7 @@ namespace FSharp.Data.Adaptive open System open FSharp.Data.Traceable +open FSharp.Data.Adaptive /// An adaptive reader for alist that allows to pull operations and exposes its current state. type IIndexListReader<'T> = diff --git a/src/FSharp.Data.Adaptive/AdaptiveIndexList/AdaptiveIndexList.fsi b/src/FSharp.Data.Adaptive/AdaptiveIndexList/AdaptiveIndexList.fsi index e804959..497b4be 100644 --- a/src/FSharp.Data.Adaptive/AdaptiveIndexList/AdaptiveIndexList.fsi +++ b/src/FSharp.Data.Adaptive/AdaptiveIndexList/AdaptiveIndexList.fsi @@ -2,6 +2,7 @@ open System open FSharp.Data.Traceable +open FSharp.Data.Adaptive /// An adaptive reader for alist that allows to pull operations and exposes its current state. type IIndexListReader<'T> = diff --git a/src/FSharp.Data.Adaptive/FSharp.Data.Adaptive.fsproj b/src/FSharp.Data.Adaptive/FSharp.Data.Adaptive.fsproj index cdc44eb..aefdc65 100644 --- a/src/FSharp.Data.Adaptive/FSharp.Data.Adaptive.fsproj +++ b/src/FSharp.Data.Adaptive/FSharp.Data.Adaptive.fsproj @@ -2,7 +2,7 @@ Library - netstandard2.0 + netstandard2.0;netcoreapp3.1 true