Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable choice of term ordering for REST #1930

Open
wants to merge 13 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/develop' into upgrade-rest
  • Loading branch information
zgrannan committed Feb 11, 2022
commit 1c4417425f864c5dc4b8b2e8a09ce468211f0ef1
1 change: 1 addition & 0 deletions liquid-containers/src/Data/Set.spec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ intersection :: GHC.Classes.Ord a => xs:(Data.Set.Internal.Set a) -> ys:(Data.S
difference :: GHC.Classes.Ord a => xs:(Data.Set.Internal.Set a) -> ys:(Data.Set.Internal.Set a) -> {v:(Data.Set.Internal.Set a) | v = Set_dif xs ys}

fromList :: GHC.Classes.Ord a => xs:[a] -> {v:Data.Set.Internal.Set a | v = listElts xs}
toList :: GHC.Classes.Ord a => s:Data.Set.Internal.Set a -> {xs:[a] | s = listElts xs}

// ---------------------------------------------------------------------------------------------
// -- | The set of elements in a list ----------------------------------------------------------
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.