- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
// Package crdt implements CRDT types and associated changes
//
// The main CRDT types are Dict
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package streams
import "github.com/dotchain/dot/changes"
// Int implements an int stream.
type
- // Copyright (C) 2018 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package diff_test
import (
"testing"
"github.com/dotchain/dot/changes"
"github.com/dotchain
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package data
import (
"github.com/dotchain/dot/changes"
"github.com/dotchain/dot/changes/type
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package streams_test
import (
"testing"
"github.com/dotchain/dot/changes"
"github.com/dotch
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package eval
import (
"errors"
"strconv"
)
// the following are runtime errors
var errRecurs
- // Copyright (C) 2018 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package refs_test
import (
"github.com/dotchain/dot/changes"
"github.com/dotchain/dot/changes
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package dotc
import (
"io"
"text/template"
)
// Union has the type information of a union fo
- // Copyright (C) 2018 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package types
import "github.com/dotchain/dot/changes"
// Generic is a helper to build value a
- // Copyright (C) 2019 rameshvk. All rights reserved.
// Use of this source code is governed by a MIT-style license
// that can be found in the LICENSE file.
package crdt
import (
"math/big"
"strconv"
"strings"
)
// NextOrd returns the next ordinal.