Skip to content

Commit

Permalink
Document new StandardLibrary module
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Nov 2, 2023
1 parent e27cd3e commit ff32cc7
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
// Copyright Amazon.com Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0

include "../../libraries/src/Wrappers.dfy"

// TODO: document
//
// Helper functions for extern code to call in order to create common wrapper types.
// Currently necessary to abstract away from differences in TypeDescriptor usage
// in the Java backend across different versions of Dafny,
// but may be useful for other target languages in the future as well.
//
module StandardLibrary.Interop {

import opened Wrappers
Expand Down

0 comments on commit ff32cc7

Please sign in to comment.